Hello,
I have looked at many other forums and threads and have not found anything that does exactly what I need. But, I also know very little VB.
Item 1 is done. I can do items 3 and 4.
I need help with Item 2.
1) I want to have a button that when pressed opens an Input box and asks for a number. (done)
2) After the user enters the number, and clicks OK,
I want "some code" to look for a record in a query that matches the number entered in a particular column.
AND, obtain the current record number for the record found.
3) If a record is found, I want a message box that displays the current record number for that record.
4) If no record is found, then a message box should display "No record found".
Thanks in advance.
I have looked at many other forums and threads and have not found anything that does exactly what I need. But, I also know very little VB.
Item 1 is done. I can do items 3 and 4.
I need help with Item 2.
1) I want to have a button that when pressed opens an Input box and asks for a number. (done)
2) After the user enters the number, and clicks OK,
I want "some code" to look for a record in a query that matches the number entered in a particular column.
AND, obtain the current record number for the record found.
3) If a record is found, I want a message box that displays the current record number for that record.
4) If no record is found, then a message box should display "No record found".
Thanks in advance.