G
Guest
I have set up a query to give me the value of a new ID number which I then
need to place in a field when I insert a new record.
I wanted to put this in the BeforeInsert event but am obviously getting the
syntax incorrect as it gives me an error. Can someone help with this?
I was also hoping to go along the lines of using a command button to add a
new record but how do I reference a query along the lines of:
Me!PROBLEM_ID = {Query value}
Drew
need to place in a field when I insert a new record.
I wanted to put this in the BeforeInsert event but am obviously getting the
syntax incorrect as it gives me an error. Can someone help with this?
I was also hoping to go along the lines of using a command button to add a
new record but how do I reference a query along the lines of:
Me!PROBLEM_ID = {Query value}
Drew