G
g
Hi, I'm aware that alot of discussion in this forum had tackled my problem
but still I can figure out what I'm missing here.
What I'm trying to accomplish is to update my table (Name: Tbl_Unit , Type:
Yes/No) once an event happen & criteria according to what been selected in my
combo box (Afterupdate of my combo box name combo3). My statement is this:
DoCmd.RunSQL "UPDATE[Tbl_Unit]SET [Availability]= '-1'where
[tbl_Unit].[UnitType]=Form1!Combo3"
The result I'm getting here is a pop up parameter Form1!Combo3.
What am I missing!!!!
Thank you very much
but still I can figure out what I'm missing here.
What I'm trying to accomplish is to update my table (Name: Tbl_Unit , Type:
Yes/No) once an event happen & criteria according to what been selected in my
combo box (Afterupdate of my combo box name combo3). My statement is this:
DoCmd.RunSQL "UPDATE[Tbl_Unit]SET [Availability]= '-1'where
[tbl_Unit].[UnitType]=Form1!Combo3"
The result I'm getting here is a pop up parameter Form1!Combo3.
What am I missing!!!!
Thank you very much