Form Help - For a Beginner

UrbanGrafix

New member
Local time
Today, 22:12
Joined
Sep 2, 2008
Messages
5
Hi. I am basically trying to make a Customer table, I am having a problem in so far as that when i click select customer (all the data shows as it should) I click on the customer data but then the data attached to this does not load in the Detail Section, where I have boxes for Name, Surname etc and they seem to be linked to the correct things. I have another version which I cannot use and it works prefectly and I have no idea why this wont work.
Ideas?

 
I click on the customer data but then the data attached to this does not load in the Detail Section,

Does that mean that you have an unbound combo where you select a customer and then the relevant fields should be populated?

If that is the case try putting Me.Requery on the AfterUpdate event of your combo box.
 

Users who are viewing this thread

Back
Top Bottom