how to connect front-end & back-end

admin_access

New member
Local time
Tomorrow, 03:19
Joined
Apr 17, 2011
Messages
6
Hey guys,

I am new to this forum, but have lot of expectations from you ,to help me sort out the problem in connecting the front-end form (combo -box) i.e country_id where i need data from back-end (tables) using vba code, also wanted to know if realtionships are in 3nf , I think there is some problem with my approach and i need some one can guide thru the code will be greatful.


Thanks in Advance,

chaithanya
 

Attachments

Hey guys,

I am new to this forum, but have lot of expectations from you ,to help me sort out the problem in connecting the front-end form (combo -box) i.e country_id where i need data from back-end (tables) using vba code, also wanted to know if realtionships are in 3nf , I think there is some problem with my approach and i need some one can guide thru the code will be greatful.


Thanks in Advance,

chaithanya
can i know someone got the scenario or some more info is expected!!
 
Hi May be this will be of help.

Cheers
Raghu
 

Attachments

There is country_id in master1 form which i need to connect with country table's(country_id column in back-end) so i need to retrieve and add data in front-end ,so can any one tell me what's the exact problem in vba code in (on_click property sheet).
 

Users who are viewing this thread

Back
Top Bottom