Gustav Brock
gustav at cactus.dk
Sat Mar 6 07:37:22 CST 2004
Hi Martin Setting the DefaultValue of the textbox or combo should do. Remember, setting it from code, it must be a string. If in doubt, set the default value manually, then read it out: ? Forms!frmYourForm!txtYourTextbox.DefaultValue /gustav > Need to get a default value from one table into a form bound to another > table. Whatever we do it will not get the value. Tryed Dlookup etc and still > no joy.