I have not been able to figure out how to run code in a form, before any
buttons are pushed/clicked. What I have is a recipe manager that "reads" an
access file to get recipe information. When a user first goes into it, they
should be displayed the 1st recipe in the database, but I am unsure how to
do this. I believe I can get that information if they click a button on the
form with the proper database read commands, but how do I tell VB to go
ahead and get that information for the 1st record BEFORE they click on
anything at all?
buttons are pushed/clicked. What I have is a recipe manager that "reads" an
access file to get recipe information. When a user first goes into it, they
should be displayed the 1st recipe in the database, but I am unsure how to
do this. I believe I can get that information if they click a button on the
form with the proper database read commands, but how do I tell VB to go
ahead and get that information for the 1st record BEFORE they click on
anything at all?
Comment