yerp. im still new to access and still in the process of exploring it. hope u guys can help me with all my silly question.. thank you very much... mine is case 2.
yerp. im still new to access and still in the process of exploring it. hope u guys can help me with all my silly question.. thank you very much... mine is case 2.
Please mark this thread solved as it will help others having the same problem to find quick answers. Glad could help you!!!
is your problem solved if yes mark the thread solved.
still didnt work..![]()
Can you post the db?
okay,, here is my db
I have lokked into your database. here are the problems with you form:
you have put the following code in the project_updating Activate Event:
Private Sub Form_Activate()
DoCmd.Maximize
If Not Me.NewRecord Then
DoCmd.RunCommand acCmdRecordsGoToNew
End If
End Sub
Which is absolutely unecessary
You have put the following code in the Activate Event of Project maintainance Form. Which too is not necessary
Private Sub Form_Activate()
Dim stDocName As String
stDocName = "Project Maintainance"
DoCmd.OpenForm stDocName, , , acFormEdit
End Sub
I have change the code of the Project Updating and Project Maintainance and have removed the unecessary codes. Check the attachments.
One more question did you enter any test data. Checked you relationships Transmaster has no data in it thus when I am opening Project Maintainence form it displays no data. Check that will you.
I have included two buttons along side your ones check them out.
yerp. ive try to enter a test data. but still didnt appear anything. and about the transmaster table. i dont get you. if not how can i relate the project table and others?
First of all are the buttons working. If Yes the second problem. Enter data open project Maintainance form in design view. go to Record Source. Open the query and run it see if the query displays any data if not i have to check the relationships.
whres the button? is that in the project maintainance form? i cant see any button, 2nd, ive run the query. it didnt work.still blank
here I have entered some data just following your relationship and project _maintainance form displays data
Check Main Menu form
its work!!!! thank you very muchhhhhh![]()
This has to be the longest thread in the history of this Forum
hee.. sorry. im really2 new to this. so have to ask about almost everysingle small thing..![]()