G
Guest
I need to create a form which will take the number entered in a text field
and add it to a field in a particular record.
For example, if I have a field named "Quantity" and it has a value of 5.
The user enters 2 into a text field. The "Quantity" field should now say 7.
There is also a text box (or a drop down box. haven't decided yet) for
entering a record id number. The update will only happen for the record
specified.
I know this is easy to do with a query, and I have built an update query to
do it. It pops up message boxes to ask for the information. It won't let me
use an update query as the data source for a form.
Is this possible?
and add it to a field in a particular record.
For example, if I have a field named "Quantity" and it has a value of 5.
The user enters 2 into a text field. The "Quantity" field should now say 7.
There is also a text box (or a drop down box. haven't decided yet) for
entering a record id number. The update will only happen for the record
specified.
I know this is easy to do with a query, and I have built an update query to
do it. It pops up message boxes to ask for the information. It won't let me
use an update query as the data source for a form.
Is this possible?