Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771

    Sorry, don't think I can help you. I just don't understand the issue.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  2. #17
    haritbhasin is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2012
    Posts
    18
    Hi,

    I was able to solve that issue. Now i want to make the form non editable once i click on the submit button......and i want to add a button by which i can enable editing on the same form. I want the form and the sub form to be non editable. I tried the below code to make the sub-form non editable once i click on submit....i was able to make the sub form non editable but for that in need to go to next form and again need to come back to the form.....and more over only the sub form is non editable after that rest of the fileds in the main form are editable....i want to make the whole for non edit able once i click on submit and editable once i click on edit.....without closing or going to the next form


    If Not Me.NewRecord Then Me.expertexpertise.Enabled = FalseElse Me.expertexpertise.Enabled = True
    End If

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Can use code to set the form properties:

    DataEntry
    AllowEdits
    AllowAdditions
    AllowDeletions
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #19
    haritbhasin is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2012
    Posts
    18
    Hi,


    Can somebody tell me how can we use a website in the form.....i want the user id entered in the userid field to used as an input for a web page that is the address Book of our company and pull the record for that particular user id....using the access 2010.....

  5. #20
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Last edited by June7; 10-05-2012 at 11:33 AM.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #21
    haritbhasin is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2012
    Posts
    18
    Hi,

    Can somebody tell me how to create search page with multiple drop combo boxes.....for example the value from combo box1 with populate the value for the combo box 2.....so untill the value in combo box1 is not selected combo box2 will not be populated...................and for both the combo box1 and combo box 2 i created i primary key........so please help me to figure this out.......any tutorial will be helpful......
    and how to create a text box to search with random keywords.......

  7. #22
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Check out tutorials at http://datapigtechnologies.com/AccessMain.htm

    Specifically:
    Comb Boxes 2 (linking two combo boxes
    Build a Custom Filter in Your Form
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 1
    Last Post: 09-20-2012, 03:40 PM
  2. Passing Multiple selection values to a report
    By techexpressinc in forum Forms
    Replies: 7
    Last Post: 01-13-2012, 02:27 PM
  3. saving Combo Box selection to a table
    By rmiell in forum Access
    Replies: 1
    Last Post: 10-04-2011, 11:38 AM
  4. Saving Multiple Images to Form using a filepath
    By Jinxedcookie in forum Forms
    Replies: 3
    Last Post: 09-26-2011, 12:41 PM
  5. Replies: 5
    Last Post: 05-17-2011, 11:02 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