begginners help

  • Thread starter Thread starter martyn
  • Start date Start date
M

martyn

i need to make a database that opens with text box which
accepts an identifier e.g, surname. Then i need to search
for that record and log a time to that record. Then
finally i need to print a report by eg. county. Is that
simple?
Many thanks
 
I wont have different users to begin with, just
complicates things! They will be entering a barcode, so i
want to happen next, a form opening for that product, a
time and date logged, the record saved and when they are
all done, a report printed for each brand.
I have linked the database to my products excel
spreadsheet, which works great because i update daily from
excel. I have created a main screen form which just has an
entry for the barcode. Ive obviously created a form from
my excel table, and added a time/date field which updates
when i view that record. But, it doesnt search for the
barcode entered, just opens the form with all my products
in. I have been trying Afterupdate on my barcode textbox,
using Openform_products, Applyfilter_barcode. But it isnt
working. So its wrong i assume.
 
Back
Top