Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    Rpschwar is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2017
    Posts
    29
    Yes I have, it just will not let me attach a file. Is there some option I have to select to allow for attachments?

  2. #17
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,929
    Not so far as I am aware.

    Either way, attaching your db will not solve the problem - you have described the issue adequately and solutions have been provided. You cannot do what you are trying to do with an unbound checkbox

  3. #18
    Rpschwar is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2017
    Posts
    29
    Yes I did both 3 and 4 and it will not attach. Is there anything I have to do to allow for attachments?

  4. #19
    Rpschwar is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2017
    Posts
    29
    I currently have it working in Coldfusion, but I having to change it to Access. That seems to be a short coming of Access to not allow it.

  5. #20
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    If the checked box is not associated with data from record how would you expect Access to know which records you want to work with? Cold Fusion is not a database. It is a web development tool that can interface with database. I don't know what Cold Fusion code is doing but you cannot compare with Access as the two programs are completely different and serve different purposes.
    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
    Rpschwar is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2017
    Posts
    29
    You should not have to tie the control to the database. You should be able to create a separate checkbox control on each line that will know the ID's you are working with so you can later see which items you have selected.
    i got it to work by creating a temporary table but it would be better if I could just have an unbound checkbox control. I have an unbound textbox that is populated from a function call to the database so why can't I have a checkbox do the same thing?
    Last edited by Rpschwar; 10-13-2017 at 03:36 PM. Reason: misspelled

  7. #22
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    That function is called from the textbox ControlSource property? And does that function have a variable input pulled from the record and is used to calculate a value returned to the textbox?

    Your checkbox is not based on any variable input, it is directly set by user. There is only one checkbox control on the form therefore all instances of the control will reflect the same user selection because there is no variable input.
    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: 8
    Last Post: 07-24-2017, 03:16 AM
  2. Replies: 1
    Last Post: 03-07-2017, 06:32 AM
  3. Check all check boxes on continuous form
    By NISMOJim in forum Forms
    Replies: 7
    Last Post: 06-14-2016, 02:14 AM
  4. Replies: 9
    Last Post: 07-14-2014, 07:56 PM
  5. Populating a Continuous Form with Unbound Fields
    By gazzieh in forum Programming
    Replies: 6
    Last Post: 02-28-2013, 11:11 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