I want to find all the missing IDs in a table starting from 1 to the end of the Table. How can i do that and display the missing IDs
IDs are Primary and serially numbered. however one missed the seriality in entering.
Hello Sir's
I have a forn bounded by a Table Master_tbl in which one of the Field in AC_NO
i want to find a record from aunbound text box (FINDAC) and the code after event i pu is appended below: but the same is not working
Dim rs As DAO.Recordset
If Not IsNull(Me![FINDAC]) Then
Set rs =...