C
Chad
Sorry if my lingo is wrong, I don't use access very much.
We have a form. On this form we have a button. This button opens a query.
That is it.
The first column in the query is Truck#. When this button is pressed I want
the query to open, and then ask for 2 truck numbers (the first in the series
and the last in the series). Once the user does this, it will create a
record for each of the trucks in the series.
I have excel vba knowledge, so I can do the msgboxes and get the truck
numbers, I just need to know how to create new records at the end of the
query.
Thanks
Chad
We have a form. On this form we have a button. This button opens a query.
That is it.
The first column in the query is Truck#. When this button is pressed I want
the query to open, and then ask for 2 truck numbers (the first in the series
and the last in the series). Once the user does this, it will create a
record for each of the trucks in the series.
I have excel vba knowledge, so I can do the msgboxes and get the truck
numbers, I just need to know how to create new records at the end of the
query.
Thanks
Chad