B
BC
I have a two tables that contains financial information.
One table (tblDetail) in my main file and contains the data that I wish
to update.
The other table (tblUpdates) contains information that I will use
periodically to update tblDetail.
I created a form (frmUpdates) which displays the fields of tblUpdates)
for editing.
The problem(s) came when I decided to display in textboxes, some of the
current information contained in tblDetail to use as a reference will
creating frmUpdates records.
At the moment, I have not created any relationships between the two
tables.
There is a common field contained in both tables ... "HA#".
I would like to have it so that when one enters the "HA" number while
editing tblUpdates using frmUpdates that the desired fields from
tblDetail appear in textboxes.
I do not wish to allow these textboxes to be used to edit the record in
tblDetail (only displayed for reference).
I am a newbee @ Access ... please give me plenty of details.
Thanks!
One table (tblDetail) in my main file and contains the data that I wish
to update.
The other table (tblUpdates) contains information that I will use
periodically to update tblDetail.
I created a form (frmUpdates) which displays the fields of tblUpdates)
for editing.
The problem(s) came when I decided to display in textboxes, some of the
current information contained in tblDetail to use as a reference will
creating frmUpdates records.
At the moment, I have not created any relationships between the two
tables.
There is a common field contained in both tables ... "HA#".
I would like to have it so that when one enters the "HA" number while
editing tblUpdates using frmUpdates that the desired fields from
tblDetail appear in textboxes.
I do not wish to allow these textboxes to be used to edit the record in
tblDetail (only displayed for reference).
I am a newbee @ Access ... please give me plenty of details.
Thanks!