Forms

G

garyl

I built a form and needing to be able to pull certain data from a table and
input it into text boxes on the original form. I need to be able to post a
number in a box and save it on table1 but also, pull the data from a differnt
table and insert it into the right spots based on the number I input.
 
S

SnakesPlane55

I need to know when you would pull data from a table and send it to
the text boxes. Do you choose when this happens or is it based on some
logic with your data? Also I need a better explanation of your data and
relationships and what data is on your forms. For instance you say
post a number in a box. Where is the box and what data is in Table1.
When you say pull data from a different table, what data is in that
table and where do you want to insert it?
 
Top