how to use sql procedure and functions in msaccess?

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

Guest

i have no idea for the programming in ms access can i use the the codes or
queries of the sql in ms acess and how can i use it can u pls help me in
doing this?
 
Can you explain what you would like to accomplish? Access does have various
queries and also supports VBA.
 
oh thanks
actually i have no idea about vb i know programming in sql
actually in oracle but sql and oracle we can use sane commands
so i have to make a form having information of all the managers and i want
to call or populate a subform , to see all employees who are working under
taht manager.
so if u pls give me details.
 
There is nothing special about this. Open the Northwind.mdb and see how the
Order and Order Details are displayed in a main and sub form.
You create your two forms and then drag the subform onto the main form while
in design view. You can set the appropriate link master/child properties.
 
Back
Top