if textbox1.text=" " then
msgbox.show "Please enter value"
end if
User Profile
Collapse
-
User id will be admin
password will be the one u set tou your access fileLeave a comment:
-
This Code is fine for selection of records, i think u r not able to retrieve the records u have just added..
You might not be refreshing ur datset after entering the record. which means u still have the old dataset.
After Insertting, run this code again, then only u will able to get new records.Leave a comment:
-
SELECT name, number FROM table
WHERE name in('variable1', 'variable2')Leave a comment:
No activity results to display
Show More
Leave a comment: