P
PeterM
I have a form that I created in AC2003. This form will merge info from two
tables. So I assigned Table1 as the source for the form, inserted all of the
columns from Table 1. Next, I changed to source for the form to Table2 and
again inserted all of the columns from Table2 onto the form. I then changed
the name of all Table2 columns to precede it with an "n". i.e. FirstName
became nFirstName. All source for those items for Table2 were changed to
have no source. Again, the source for the form is Table1.
I lookup a row in Table1 in Table2 and if a match is found, I manually move
all Table2 items to their associated field (nFirstName) via VBA both for the
lookup and the move. When this happens Access complains that "Cannot Update.
Database or object is read-only"... Why? The items for Table2 have no
source.
tables. So I assigned Table1 as the source for the form, inserted all of the
columns from Table 1. Next, I changed to source for the form to Table2 and
again inserted all of the columns from Table2 onto the form. I then changed
the name of all Table2 columns to precede it with an "n". i.e. FirstName
became nFirstName. All source for those items for Table2 were changed to
have no source. Again, the source for the form is Table1.
I lookup a row in Table1 in Table2 and if a match is found, I manually move
all Table2 items to their associated field (nFirstName) via VBA both for the
lookup and the move. When this happens Access complains that "Cannot Update.
Database or object is read-only"... Why? The items for Table2 have no
source.