Ask a Question related to Microsoft Access, Design and Development.
-
jims #1
about data source???
I have an access database developed. I have added a new
table to link to the original developed table. Then I want
to change my original form and add a new bounded text
control field so that I can edit data in the new form.
I need to change the data source for the form in order to
add the new field but if so I will miss my origial data
source. Is that I need to create another query and use
this as the data source. But if so, my original data will
all be lost?? How can I solve the problem??????
jims Guest
-
XML Data Source
I am thinking of creating an online application using an XML file as it's primary data source. The XML file on the web server will be refreshed via... -
Transfering data from outside source
Not sure if this is the right forum for this but, I have a client that wants his groups data to transfer over from his site on to hidden fields on... -
Data Source Not Found
I'm drawing a blank on this...hope someone can help. I'm quite accustomed to working on local CF & dB servers, but now have my personal site on a... -
Data source name too long (asp)
I am using asp and I am trying to set up a custom connection string using the Dreamweaver menus. I have entered the following into the Connection... -
moving data from one data source to another
I'm trying to move data from one data source to another. I don't want to loop - because it will kill performance. A simple Select into or Insert... -
ET Sherman #2
about data source???
Create a new data source for the form using a query. In
the query, link the two tables and inclued the required
fields from each table.
Hope this helps.
want>-----Original Message-----
>I have an access database developed. I have added a new
>table to link to the original developed table. Then I>to change my original form and add a new bounded text
>control field so that I can edit data in the new form.
>I need to change the data source for the form in order to
>add the new field but if so I will miss my origial data
>source. Is that I need to create another query and use
>this as the data source. But if so, my original data will
>all be lost?? How can I solve the problem??????
>.
>ET Sherman Guest
-
John Vinson #3
Re: about data source???
On Mon, 21 Jul 2003 21:19:21 -0700, "jims" <hylam@csis.hku.hk> wrote:
I'm not sure what you mean here. Do you have one form, or two? YOu say>I have an access database developed. I have added a new
>table to link to the original developed table. Then I want
>to change my original form and add a new bounded text
>control field so that I can edit data in the new form.
you want to "add a new bounded text control" - that would let you
update a single *field*, but typically a table has multiple fields.
The data resides in your Tables. The queries and Forms are simply>I need to change the data source for the form in order to
>add the new field but if so I will miss my origial data
>source. Is that I need to create another query and use
>this as the data source. But if so, my original data will
>all be lost?? How can I solve the problem??????
tools to work with that data. Changing the Recordsource property of
your Form to a new Query will not affect the data in the tables.
Typically one would use a Form/Subform arrangement to update data in
two tables; the "one" side table of the one to many relationship would
be the recordsource for the main form, the "many" side table would be
used on the subform, and the linking fields would be used as the
Master/Child Link Fields of the subform control.
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest



Reply With Quote

