G
Guest
Am trying to add a Default value to an unbound text box. The value appears
in the box but is not added to the properties sheet for future use!!
code is :-
...........
...........
.MoveLast
.FindFirst strname
DefName = rst.Fields("NamesRC").Value
Forms!Frm_OGI_Database!Default_Name.DefaultValue = "'" & DefName & "'"
Any help much appreciated,
dw
in the box but is not added to the properties sheet for future use!!
code is :-
...........
...........
.MoveLast
.FindFirst strname
DefName = rst.Fields("NamesRC").Value
Forms!Frm_OGI_Database!Default_Name.DefaultValue = "'" & DefName & "'"
Any help much appreciated,
dw