View Full Version : Automatic fill-in of field on form


vigvig
12-08-1999, 01:02 PM
I have a form based on a query. I would like one field on the form to be filled in automatically. It has the same info for every record. In design view, I placed ="xxx" in the field. The info was reflected in the form but was not reflected in the original table. Any ideas how to solve this. Thanks.

yimlingyu
12-08-1999, 07:59 PM
If I understand your problem correctly, believe you should place the XXX in Default Value when you design the table structure.

[This message has been edited by yimlingyu (edited 12-08-1999).]

R. Hicks
12-23-1999, 03:35 PM
You can either set the default value property in the field in the table, or the textbox in the form to "XXX".

HTH
RDH