L
LarryB
Jeff, thanks very much for the reply. I tried to reply to the original
thread but could not get through.
Sorry I'm kind of new to this Access game and code writing is definately
not one of my strong suits. Let me try and explain in a litte more
detail what I am trying to accomplish. I have 2 tables:
Vehicles Maintenance
Reg# (key field) AutoNumber (key)
Make Reg# (linke to Vehicles one-to-many)
(other info fields) Mileage (number)
Active (Yes/No - used to identify the
active maintenance record)
defaulted to Yes.
Comments (memo)
I have a form with Vehicles as the Main and Maintenance as a Subform
I have a query with all the fields and the criteria for Active is Yes.
I have a report based on the query that pulls the vehicles active record
Everything works fine as long as the operator remembers to change the
Yes to a No prior to entering a new record. What I would like to do is
have the Yes change automatically to No when the operator enters a new
record.
Any code sample or help that you can provide will be greatly
appreciated.
Thank you
Larry
thread but could not get through.
Sorry I'm kind of new to this Access game and code writing is definately
not one of my strong suits. Let me try and explain in a litte more
detail what I am trying to accomplish. I have 2 tables:
Vehicles Maintenance
Reg# (key field) AutoNumber (key)
Make Reg# (linke to Vehicles one-to-many)
(other info fields) Mileage (number)
Active (Yes/No - used to identify the
active maintenance record)
defaulted to Yes.
Comments (memo)
I have a form with Vehicles as the Main and Maintenance as a Subform
I have a query with all the fields and the criteria for Active is Yes.
I have a report based on the query that pulls the vehicles active record
Everything works fine as long as the operator remembers to change the
Yes to a No prior to entering a new record. What I would like to do is
have the Yes change automatically to No when the operator enters a new
record.
Any code sample or help that you can provide will be greatly
appreciated.
Thank you
Larry