I have a form that is opening a second form that has the addnew property set to false. If the user clicks on the button and there is no record for that form it displays a blank form (no controls on it).
Q: Is there an event like the NoData event (in reports) for testing for the above condition.
OR do I have to go thru the process of opening a recordset testing for .eof and .bof.
Just looking to see if there is an elegant way to do this
TIA
Jeff
Q: Is there an event like the NoData event (in reports) for testing for the above condition.
OR do I have to go thru the process of opening a recordset testing for .eof and .bof.
Just looking to see if there is an elegant way to do this
TIA
Jeff