Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    ZodiacPilot is offline Novice
    Windows 8 Access 2013
    Join Date
    Aug 2015
    Location
    Dayton, Nevada
    Posts
    28

    I have the zipped database file in a folder on ShareFile. How would you like to proceed?

  2. #17
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Post link to the file. If I can download without having to be a member of ShareFile, will try.
    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.

  3. #18
    ZodiacPilot is offline Novice
    Windows 8 Access 2013
    Join Date
    Aug 2015
    Location
    Dayton, Nevada
    Posts
    28
    You may access the file at: https://WildHorsePreservationLeague.sharefile.com

    Loging: john_cline@usa.net
    Pswd: Wildhorse1

    The file is in the Wildhorse folder

    Thanks again for your efforts. It is greatly appreciated!

  4. #19
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    As I said would be case, my home internet is too weak. Won't even load page after logging in. Never had a problem with Box.com.
    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.

  5. #20
    ZodiacPilot is offline Novice
    Windows 8 Access 2013
    Join Date
    Aug 2015
    Location
    Dayton, Nevada
    Posts
    28
    OK, let me see what I can do with Box. Thanks

  6. #21
    ZodiacPilot is offline Novice
    Windows 8 Access 2013
    Join Date
    Aug 2015
    Location
    Dayton, Nevada
    Posts
    28
    Problem solved. I edited the VB script under both the enter and query form definitions. I inserted the following for both:

    For the Query Form definition:

    .Bands.BackColor = bgColor
    .Bands.Locked = True
    .Bands.Enabled = False


    For the Update Form definition:

    .Bands.BackColor = bgColor
    .Bands.Locked = False
    .Bands.Enabled = True


    I still do not understand why I had to update the script directly? Oh well, it works; and I now know how to do it.

    Thanks for your help and I am sure we will be interacting again.

  7. #22
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Quote Originally Posted by ZodiacPilot
    ...When I switch to the Query version, all fields are read only except the combo box I created...

    ...If I set "yes" to the lock definition, the edit/update form view will not allow for any selections...

    ...I have two command buttons. one is query and one is edit...
    So, in the code behind your 'Query' button, use

    YourComboboxName.Locked = True

    then in your 'allow edits' button use

    YourComboboxName.Locked = False

    Linq ;0)>

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

Similar Threads

  1. Replies: 5
    Last Post: 09-04-2015, 09:55 AM
  2. Replies: 5
    Last Post: 12-05-2013, 07:54 AM
  3. All Textboxes Read-Only on Form
    By cbrsix in forum Programming
    Replies: 5
    Last Post: 04-16-2013, 01:47 PM
  4. How to configure odbc-connection from vba-code
    By torunsu in forum Import/Export Data
    Replies: 3
    Last Post: 09-06-2011, 07:27 AM
  5. Replies: 2
    Last Post: 10-19-2006, 04:37 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