Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / February 2005

Tip: Looking for answers? Try searching our database.

one event only runs

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
tina - 25 Feb 2005 11:43 GMT
Hi
I wrote following event

Private Sub Form_Load()
Dim MYCODE As String
MYCODE = InputBox("PLEASE ENTER CODE")
Me.CODE.SetFocus
DoCmd.FindRecord MYCODE
End Sub
which worked fine until i wrote second event
Private Sub manufacturer_Click()
Me.dateentered = Now
End Sub
when form opens nolonger runs form load event ??????
also i would like to open form showing only records where their is data in
manufacturer field how?
Thanks
Tina

tia
Tina
Brian - 25 Feb 2005 16:00 GMT
> Hi
> I wrote following event
[quoted text clipped - 17 lines]
> tia
> Tina

In the properties sheet for the form, make sure that the "On Load" property
on the Events tab is set to "[Event Procedure]"
Dirk Goldgar - 28 Feb 2005 05:43 GMT
> Hi
> I wrote following event
[quoted text clipped - 14 lines]
> Thanks
> Tina

If you open the form's module in the VB Editor and click Debug ->
Compile on the menu bar, is any error highlighted?

Signature

Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.