erosenberger
New member
- Local time
- Today, 16:53
- Joined
- Jul 8, 2003
- Messages
- 5
STUPID QUESTION ALERT!!!!!!!!!!
I am using Access 2000. I have a Form based on a Query that combines 2 db's. The reason why I did this is 2-fold, 1) so that 2 OLE files can be accessed from the different db's, and B) so that the end-user can go directly to a single record using a parameters pop-up. I have created a simple button to update a field within one of the db's - 'Me.Signature = "Mary"', however, because I have used a query, I cannot update the field because the "recordset is not updateable."
I am trying to avoid having to create an unbound form, as I'm sure most of you are aware of the programming nightmares that are involved.
Is there a simple solution to allow me to update the single field "Signature" in the db that I am just missing?
Thank you in advance for your help.
I am using Access 2000. I have a Form based on a Query that combines 2 db's. The reason why I did this is 2-fold, 1) so that 2 OLE files can be accessed from the different db's, and B) so that the end-user can go directly to a single record using a parameters pop-up. I have created a simple button to update a field within one of the db's - 'Me.Signature = "Mary"', however, because I have used a query, I cannot update the field because the "recordset is not updateable."
I am trying to avoid having to create an unbound form, as I'm sure most of you are aware of the programming nightmares that are involved.
Is there a simple solution to allow me to update the single field "Signature" in the db that I am just missing?
Thank you in advance for your help.