I have an input box that allows the user to input an autonumber generated against a record in the table and that will then open the corresponding form for that record but if the user enters a record number that doesn't exist it then opens a blank form, i would like it to just give a message to say "Sorry that record number does not exist". I've thought of using an If statement but am not sure how i would say IF FieldName = ("Does not exist"
THen MsgBox etc....
Any ideas
CJB
Any ideas
CJB