purchaandr
Registered User.
- Local time
- Today, 11:25
- Joined
- Dec 28, 2008
- Messages
- 23
Hey there guys, just having a little bit of trouble with my forms and I'm sure there isn't a big problem and was hoping one of the guru's on here would be able to lend me a hand.
I have two forms, one to add a new business into the system and another which finds and edits businesses already in the system. There is also another table which holds the address of the business and the AddressID is stored in the business table.
I want to be able to view the address on the business form, and currently I have this working when adding anew business. The way in which I have done this is when the AddressID field is updated,I use the AfterUpdate() event and then use DLookups on some basic text boxes. This works quite well for what I need it for.
When it comes to the second form, the same method using the AfterUpdate doesn't work and it also doesn't work on the onChange even as well.
I'm Just wondering how I can get the Dlookups working when navigating through different records?
Any help would be greatly appreciated,
Cheers
Andrew
I have two forms, one to add a new business into the system and another which finds and edits businesses already in the system. There is also another table which holds the address of the business and the AddressID is stored in the business table.
I want to be able to view the address on the business form, and currently I have this working when adding anew business. The way in which I have done this is when the AddressID field is updated,I use the AfterUpdate() event and then use DLookups on some basic text boxes. This works quite well for what I need it for.
When it comes to the second form, the same method using the AfterUpdate doesn't work and it also doesn't work on the onChange even as well.
I'm Just wondering how I can get the Dlookups working when navigating through different records?
Any help would be greatly appreciated,
Cheers
Andrew