Form to submit data to Access Database

D

DJW

I am wanting to design a timesheet infopath form that will submit data to
access. I can achieve this without an issue.

My problem is that I wish to retrieve information from the project detail
table within the access database.

I have a repeating table which when you put the project number in the box,
it will auto populate the detail text box with the description from the
database.

Has anyone got any idea how I can achieve this?
 
S

Shiva (GGK Tech)

Hello,

You have to run the code of getting the details access database in
onAfterChange event for that field. After inserting the value in textbox it
will executes the your code and get the details to display in InfoPath form.
 
Top