Help on Help

B

Billy

I am lost. Please direct me.

In the Microsoft Access 2007 Help, under Access Developer Home >
Access Macro Actions > OpenForm Macro Action the following reference
excerpt exists:

Examples
Set the value of a control by using a macro
The following macro opens the Add Products form from a button on the
Suppliers form. It shows the use of the Echo, Close, OpenForm,
SetValue, and GoToControl actions. The SetValue action sets the
Supplier ID control on the Products form to the current supplier on
the Suppliers form. The GoToControl action then moves the focus to the
Category ID field, where you can begin to enter data for the new
product. This macro should be attached to the Add Products button on
the Suppliers form.

I would like to review the macro referenced here but don't know where
to look. What database has the Suppliers form and the Add Products
form? Is this a downloadable sample database they are speaking
about? If it is downloadable, what is the link or how do I open it
from Access?
 
G

Guest

That would be the Northwind database. When you startup Access look on the
left side of the screen. You see template categories, under the option from
Microsoft Online you'll find the option to choose the Northwind DB. When you
click on it it will be downloaded to your hard drive (internet connection
required...)

Maurice
 
B

Billy

That would be the Northwind database. When you startup Access look on the
left side of the screen. You see template categories, under the option from
Microsoft Online you'll find the option to choose the Northwind DB. When you
click on it it will be downloaded to your hard drive (internet connection
required...)

Maurice

Thanks for letting me know this. I have downloaded the Northwinds
sample database from Microsoft and opened the Northwinds database.
Once Opened, I have went to the navigation bar on the left and dropped
down the button next to "Northwind Traders" and chosed to see FORMS.
Under that, there are no forms called Supplier. There is a form
called "Supplier Details" and a form called "Supplier List". Neither
of these appear to have a "Add Products" button. Where should I be
looking?
 
G

Guest

Billy,

I've done som checking and you are right I don't see a button "Add Product"
on the suppliers forms.

I do see a button "Add Product" however on the "Inventorylist form". On the
top left you'll find a button (picture and label) called "Add Product".

Rightclick on the label and look under "On Click". There you'll find the
embedded macro to play around with.

Hope this helps

Maurice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

setvalue macro 4
Autofill In Linked Forms 1
Need Access 2007 Help Please!!! 1
Automatically filling in a form 1
Populating a combo box.... 1
Access Help file 1
ApplyFilterMacro 4
requery a combo box on a subform 4

Top