Page 4 of 6 FirstFirst 123456 LastLast
Results 46 to 60 of 86
  1. #46
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    still didnt work. if i click the updte[new record] from the main menu, then from the updte[new record] back to main menu then click updte[all record] the form will go blank.

    and let say i click the updte[all record] 1st then back to main menu then click updte[new record] both will appear data

  2. #47
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    or maybe do i need 2 form for the same thing? update [all record] and update[new record]

  3. #48
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    how? ..do i need to create 2 form?

  4. #49
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    add this line of code to the Main Menu Button that you have created on the tblProject Form:
    DoCmd.Close acForm, "tblProject"
    the problem is the form is not closing when you are going to main menu and thus when you want to open the form in the data entry mode it is not happening. This will close your tblProject form and stop what is happening now.

    No need to create two forms.

  5. #50
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    it works. yahoooo!!! thank you so much

  6. #51
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    you posted another post about data entry form I have given a filter option check that out.

  7. #52
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    yerp. n still working on it.. thank you.

  8. #53
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    ive tried this code[the check duplicate code]. didnt work.

  9. #54
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    Well I have added the code in the enter data button of the Universal Form. I have added dulicate check only to Client Name option. Try entering a Client name already entered it should give you a prompt.

  10. #55
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    thank you..

  11. #56
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    is it working.

  12. #57
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    yerp...currently working on it..thank you so much..=)

  13. #58
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    maximus, for the data list in the universal form, can i set it to ascending order?

  14. #59
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    Yes just Include Order By [Field Name] in the strSQL

  15. #60
    ngeng4 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    93
    thank you...

Page 4 of 6 FirstFirst 123456 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Error Message in Access2007
    By Storm91 in forum Access
    Replies: 3
    Last Post: 02-18-2010, 02:56 PM
  2. Text too long, error message
    By taylormotm in forum Access
    Replies: 13
    Last Post: 06-18-2009, 07:24 PM
  3. where do i start with this error message?
    By Student4Life in forum Access
    Replies: 0
    Last Post: 01-09-2009, 04:12 PM
  4. FROM Clause error message
    By skylite in forum Queries
    Replies: 2
    Last Post: 10-23-2008, 05:47 AM
  5. If / Then Error Message
    By Schwagr in forum Forms
    Replies: 4
    Last Post: 03-30-2006, 06:28 AM

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