Update Values from Form to Table

G

Guest

Hi
I have created a Form with Expressions built into some fields. One involves
a DateDiff expression and the other, a SELECT expression in thier field
properties' Row Source. Now, my problem is, that when these fields are
showing the right information i want them to in the forms, and they are
finally working, they wont appear in their respective tables.
So when I go to look at the Table where these fields come from, those
specific fields show up empty. How can I make it so that the information
which shows in the forms fields, will then update the tables' corresponding
fields??

Thank you Kindly
Rigby
 
B

BruceM

A control is a text box, combo box, command button, and pretty much anything
else on a form or report. Tables contain fields in which data are stored.
Set the form's record source to the table or query in which you want to
store the data, and set the control's record source to the appropriate table
(or query) field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top