L
Lapchien
Ok, so I've stopped using autonumber for my purchase order numbers, with:
Me.Ref = Nz(DMax("Ref", "tbl_POD"), 0) + 1
on my forms Before update event.
However (!) I'd like the purchase order number (Ref) to be a random and
unique (in the table) number. Is this possible?
Thanks,
Lap
Me.Ref = Nz(DMax("Ref", "tbl_POD"), 0) + 1
on my forms Before update event.
However (!) I'd like the purchase order number (Ref) to be a random and
unique (in the table) number. Is this possible?
Thanks,
Lap