go to the design of your form
click on properties of the form,
click on the format tab,
enter the name that you want your end-users to see under "Caption"
When you go back to form view, the name will appear in the blue sedction on top of the form.
You are not letting us know what version of ACCESS you are using. I have heard that you can post a form on the Web from ACCESS 2000 but have not verified It. Of course, you can create your own form as ASP pages on the WEB and have them hit your tables in ACCESS directly but it's a little...
On your main form, create a command button, set format properties
Transparent Yes, visible Yes (This is your secret Button) on the doubleClick event
of the Command Button enter the following code;
On Error GoTo...
On your main form, create a command button, set format properties Transparent Yes, visible Yes (This is your secret Button) on the doubleClick event of the Command Button enter the following code;
On Error GoTo Err_cmdEnterSetUp_DblClick
If InputBox("Enter Design view Password"...
Very Simple;
Insert an Image or command of your choise, use the Hyperlink function in the property of you image (Command Button), in Hyperlink Address browse to the destination of your second Database (in Link to file or URL field), click OK, Uncheck Use relative path for Hyperlink, click OK...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.