L
lerikson
I haven't used Access in a while. Currently, I have version 2003.
Anyways, I am running a test to do a simple macro that sets the value of a
single field in a table with only one field. The macro looks like this:
OpenTable
GoToRecord (New)
GoToControl (Field I want to update)
SetValue (I just put =14 for the test)
The table opens, the focus goes to the correct control, but then the value
does not get updated. I checked that I am in "add" mode, and I am. What am
I doing wrong?
Also, if I add GoToRecord (Next) at the end of the Macro, I get an error
that says I can't go to that record.
Is this a bug?
Anyways, I am running a test to do a simple macro that sets the value of a
single field in a table with only one field. The macro looks like this:
OpenTable
GoToRecord (New)
GoToControl (Field I want to update)
SetValue (I just put =14 for the test)
The table opens, the focus goes to the correct control, but then the value
does not get updated. I checked that I am in "add" mode, and I am. What am
I doing wrong?
Also, if I add GoToRecord (Next) at the end of the Macro, I get an error
that says I can't go to that record.
Is this a bug?