Populating feilds ( Please Help Me!)

M

Musiwa

I have a form that does multiple calculations that are note saved. The results are concatenated and placed in one field which is used to populate a field. My problem is the field is not populated. I see the concatenated field within the form but the table is not updated. Am I doing anything wrong. Please Help! I am so close to making this work for me.
 
M

Musiwa

I little more info. The form shows the concatenated field the way I want it with the added text but the master table shows a blank field. In the MasterTable the field is defined as text field. I use the & to join the fields and the added text in the form. I am using acc 200

----- Musiwa wrote: ----

I have a form that does multiple calculations that are note saved. The results are concatenated and placed in one field which is used to populate a field. My problem is the field is not populated. I see the concatenated field within the form but the table is not updated. Am I doing anything wrong. Please Help! I am so close to making this work for me.
 
D

Dib

Did you add a new text box and set its control source to the filed name in
the table?
if you are using a command button to save the records do this
new text box = "name of text" concatenated field .
this should work



Musiwa said:
I little more info. The form shows the concatenated field the way I want
it with the added text but the master table shows a blank field. In the
MasterTable the field is defined as text field. I use the & to join the
fields and the added text in the form. I am using acc 2003
----- Musiwa wrote: -----

I have a form that does multiple calculations that are note saved.
The results are concatenated and placed in one field which is used to
populate a field. My problem is the field is not populated. I see the
concatenated field within the form but the table is not updated. Am I doing
anything wrong. Please Help! I am so close to making this work for me.
 

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