I have a data entry form that calls a query where the user enters the ID number to retrieve records. If there is no record of that number, its just a blank form. Can i specify a message so that if the ID doesn't exist the message can pop up? how?
2006-11-02
06:21:15
·
3 answers
·
asked by
klumzy
3
in
Computers & Internet
➔ Programming & Design
The form pops up right away as soon as the database is opened asking for the ID. s0 the enter parameter box comues up right away.
2006-11-02
06:44:20 ·
update #1
let's say the user enters 11 , and there is no ercord with an id 11.
2006-11-02
06:45:27 ·
update #2
Thanks, but i don't see the nodata option.
2006-11-02
07:50:03 ·
update #3