Marshall said:
I need my form input text box (for ease) to be a number string e.g. 091805
[quoted text clipped - 15 lines]
Table (SerialData)
Field (DateInstalled)
If that table is bound to the current form, then just assign
the value to the text box bound to the field:
Me.txtdatefield = dtvar
If the table is not bound to the form, then we still more
details before explaining how to locate the record that
should be updated.
I uploaded the File to my website.
http://chadhammer.com/access/SN-Data.mdb
Maybe you could take a look. I intend to offer it free to anyone who wants it
anyways.
My goal is to be able to scan or type a serial number on a product into a
form. It changes focus to the date input on the form. User enters the date.
Hits the enter key and the form input text boxes clear and focus changes back
to the serial number for the next serial number to scan in or hand enter.
The next part of my serial number database will have a serial number
retrieval form. Enter a serial number, it will output the product type, the
date installed and serial number of the product that replaced it (if there is
one). I might like it to flash red text if "out of warranty" as well.