LittleNick
Technical User
Greetings,
I have a main form where there are users info, and a button when click it will open a second form named Vehicledata. These forms are link with userid. My problem is when I click to open the Vehicledata form, I can add the first record fine into the Vehicledata form, but then when I try to add a second record (because for example John can have 2 cars, different color and tag...), I received a message saying "The data was added to the database but the data won't display in the form...underlying record source". I did not even see the data saved into my SQl table. And I changed the record source to a view but I still have the same error. Can you give me an idea on how to fix this or an alternative on how to add multiple records?
Appreciate your helps.
I have a main form where there are users info, and a button when click it will open a second form named Vehicledata. These forms are link with userid. My problem is when I click to open the Vehicledata form, I can add the first record fine into the Vehicledata form, but then when I try to add a second record (because for example John can have 2 cars, different color and tag...), I received a message saying "The data was added to the database but the data won't display in the form...underlying record source". I did not even see the data saved into my SQl table. And I changed the record source to a view but I still have the same error. Can you give me an idea on how to fix this or an alternative on how to add multiple records?
Appreciate your helps.