default value

  • Thread starter Thread starter martin
  • Start date Start date
M

martin

I set my default value for start date to =date() it works
fine as an mdb but on some machines as an mde it gives
#name?. I don't want to put in the on open event procedure
because it forces a new record. Any suggestions?

Thanks
Martin
 
I figured it out. I had reference in VBA that interfered
with date(). I dont know which 1 it is but here are the
possiblities.
MS calendar control
MS windows common control 2 6.0 sp3
MS works calendar
MS datagrid control 6.0 sp3
tabular data control
If anyone can tell me which one it is I'd appreciate it.
Thanks
Martin
 
Back
Top