Hi,
I have table. The table contains something like:
Car, Car Model, Car Color, Date of Arrival, Buyer's Date, Vin Number, LicPlate
I have a Main form with:
Car
Car Model
Car Color
Date of Arrival
Buyer's Date
Vin Number
LicPlate
I have a button on that main form named LicPlate_button:
The LicPlate_button populates a subform which automatically shows the vin number. I want the user to enter the License Plate number on this subform in the textbox : LicPlatetxbox, where the user will type a license plate number.
All of the above works like fine wine.
The problem I am running into is that when the user types the license number into the LicPlatetxbox that information does not return to the same record as the Main Form. The new entry continues to replace the previous entry on the very first record of the database and not the current record that the main form is on.
Just a clarification: the subform and the main form have information within the same table.
Pleae help!
I have table. The table contains something like:
Car, Car Model, Car Color, Date of Arrival, Buyer's Date, Vin Number, LicPlate
I have a Main form with:
Car
Car Model
Car Color
Date of Arrival
Buyer's Date
Vin Number
LicPlate
I have a button on that main form named LicPlate_button:
The LicPlate_button populates a subform which automatically shows the vin number. I want the user to enter the License Plate number on this subform in the textbox : LicPlatetxbox, where the user will type a license plate number.
All of the above works like fine wine.
The problem I am running into is that when the user types the license number into the LicPlatetxbox that information does not return to the same record as the Main Form. The new entry continues to replace the previous entry on the very first record of the database and not the current record that the main form is on.
Just a clarification: the subform and the main form have information within the same table.
Pleae help!