Hi there -
I started off with a question in the Forms forum, but after another member's suggestion, I realize that this may be more of a query issue (and if I can do this with a query, great - that would probably be easier).
The original issue is in thread 702-593338, if anyone wants to see it, but my question is basically this:
I have a form which adds data to its own underlying table, and also to another table at the users' discretion, by means of a command button which kicks off an append query. However, the append query cannot handle updating a record which has already been appended to the secondary table.
Can an update query also handle appending new records to the table (that is, can I simply change the existing append query, which is already in place, into an update query instead, and have it thus accomplish both appends and updates), or am I going to have to create a distinct update query to handle updates (along with a distinct command button to kick it off)?
Any advice you can offer is appreciated.
Thanks,
Spherey
I started off with a question in the Forms forum, but after another member's suggestion, I realize that this may be more of a query issue (and if I can do this with a query, great - that would probably be easier).
The original issue is in thread 702-593338, if anyone wants to see it, but my question is basically this:
I have a form which adds data to its own underlying table, and also to another table at the users' discretion, by means of a command button which kicks off an append query. However, the append query cannot handle updating a record which has already been appended to the secondary table.
Can an update query also handle appending new records to the table (that is, can I simply change the existing append query, which is already in place, into an update query instead, and have it thus accomplish both appends and updates), or am I going to have to create a distinct update query to handle updates (along with a distinct command button to kick it off)?
Any advice you can offer is appreciated.
Thanks,
Spherey