Hello Again
I have a form whereby I have two fields : a date field and a yes/no checkbox.
I have a Save and Close button when pressed it runs a procedure to say if there is a date in the date field but the yes/no checkbox = 0 ( i.e. null) then show a message box. Which all works fine for the record that the cursor is currently in.
If a user enters many records (which they can) it only checks the current record - I would like it to look up all the dates on screen or in the table.
Thanks for your help
Dawn
I have a form whereby I have two fields : a date field and a yes/no checkbox.
I have a Save and Close button when pressed it runs a procedure to say if there is a date in the date field but the yes/no checkbox = 0 ( i.e. null) then show a message box. Which all works fine for the record that the cursor is currently in.
If a user enters many records (which they can) it only checks the current record - I would like it to look up all the dates on screen or in the table.
Thanks for your help
Dawn