Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    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.

  2. #17
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    Please mark this thread solved as it will help others having the same problem to find quick answers. Glad could help you!!!

  3. #18
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    is your problem solved if yes mark the thread solved.

  4. #19
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    still didnt work..

  5. #20
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,640
    Can you post the db?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  6. #21
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    okay,, here is my db

  7. #22
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    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.

  8. #23
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    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?

  9. #24
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    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.

  10. #25
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    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

  11. #26
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    here I have entered some data just following your relationship and project _maintainance form displays data

  12. #27
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    Check Main Menu form

  13. #28
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    its work!!!! thank you very muchhhhhh

  14. #29
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    This has to be the longest thread in the history of this Forum

  15. #30
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    hee.. sorry. im really2 new to this. so have to ask about almost everysingle small thing..

Page 2 of 3 FirstFirst 123 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Problem updating from within a query.
    By Frank Nye in forum Queries
    Replies: 5
    Last Post: 10-14-2009, 10:33 AM
  2. new problem: Updating Combo box
    By ali-gagi in forum Forms
    Replies: 4
    Last Post: 07-06-2009, 07:29 PM
  3. combo not updating form
    By cjamps in forum Forms
    Replies: 5
    Last Post: 04-14-2009, 12:00 PM
  4. Updating Table field from Form
    By Kunuk in forum Access
    Replies: 0
    Last Post: 02-26-2009, 11:41 PM
  5. Updating SQL server form Access form?
    By slash75 in forum Forms
    Replies: 1
    Last Post: 09-06-2008, 02:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums