I
IanMullineaux
Guest
Hi
I am fairly new to access but am putting a database together and have used the database splitter to make a front and back end.
I need to be able to tell the front end where the back end is located and have found some sample code that is supposed to do this...
The thing is... on the example i am supposed to add a common dialog box to the form i am creating... and i cant seem to work out how to do this..
the eample tells me to create the following form:
Form: frmNewDataFile
Text box:
Name: txtFileName
Width: 3"
Common Dialog control:
Name: xDialog
Command button:
Name: cmdBrowse
Caption: Browse...
On Click: =Browse()
Command button:
Name: cmdLinkNew
Caption: Refresh Links
On Click: =Processtables()
Command button:
Name: cmdCancel
Caption: Cancel
OnClick: [Event Procedure]
Cancel: Yes
I have looked everywhere and cant find a common dialog box ??
can anyone point me in the right direction please..
If it helps, the link to the example i found is: http://support.microsoft.com/?kbid=209862
I am fairly new to access but am putting a database together and have used the database splitter to make a front and back end.
I need to be able to tell the front end where the back end is located and have found some sample code that is supposed to do this...
The thing is... on the example i am supposed to add a common dialog box to the form i am creating... and i cant seem to work out how to do this..
the eample tells me to create the following form:
Form: frmNewDataFile
Text box:
Name: txtFileName
Width: 3"
Common Dialog control:
Name: xDialog
Command button:
Name: cmdBrowse
Caption: Browse...
On Click: =Browse()
Command button:
Name: cmdLinkNew
Caption: Refresh Links
On Click: =Processtables()
Command button:
Name: cmdCancel
Caption: Cancel
OnClick: [Event Procedure]
Cancel: Yes
I have looked everywhere and cant find a common dialog box ??
can anyone point me in the right direction please..
If it helps, the link to the example i found is: http://support.microsoft.com/?kbid=209862