Form/Procedure question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am new to access and am trying to create a simple application that will
allow a user to type in two store numbers and then I will search the database
for the stores and return some correlation values. (I have a script written
in sql to find the correlation) but am going to have to convert it to access.
Can this be done, any suggestions on where to start. Do I create a form and
then somehow link the procedure to it?
Can this even be done and is this the best way to do it?
THANKS!!!
 
You may not need a procedure to do it, depending on what it is you're
actually doing it could be managed with a query.

But forms provide a nicer user interface, and you can reference controls on
it to get the parameters for your query.

So yes, it can be easily done.. but the best way is hard to know without
having a better idea what you're actually trying to accomplish.
 
Back
Top