Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 35
  1. #16
    FoxMan250 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2014
    Posts
    18

    Quote Originally Posted by June7 View Post
    Rethink your terminology. It's not a 'cell', its a control (textbox, combobox, label, etc).

    Aren't these three subforms? If you don't want this field to display on form then don't include it in form design.
    Sorry, like I said, I havent worked with Access. Really only Excel so I was using the terms I knew.

    And the subforms (Upstream/Downstream) pull the information from the same table as the main piece of equipment.

  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,626
    Doesn't matter if the data source is same table. If you don't want the field to show then don't bind it to a control on 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.

  3. #18
    FoxMan250 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2014
    Posts
    18
    Ah ok. So if I was going to edit the existing fields that are bound to it, could you point me in the right direction?

  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,626
    Don't understand the question. You want to modify form design?
    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
    FoxMan250 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2014
    Posts
    18
    Quote Originally Posted by June7 View Post
    Don't understand the question. You want to modify form design?
    Sorry, I'm trying. Yes, I believe that is what I want... basically how to add a field to part of the form design.

  6. #21
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Do you not know how to create and modify objects? Open form in Design view and edit.
    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.

  7. #22
    FoxMan250 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2014
    Posts
    18
    Quote Originally Posted by June7 View Post
    Do you not know how to create and modify objects? Open form in Design view and edit.
    I dont :/ At least not well enough to feel comfortable that I wont screw up the existing form.

    So here's the current form:

    Click image for larger version. 

Name:	ABC.jpg 
Views:	5 
Size:	127.9 KB 
ID:	16371


    I want to add a field just to the side of it like this, but only on that top line like so:


    Click image for larger version. 

Name:	ABC2.jpg 
Views:	5 
Size:	129.8 KB 
ID:	16372


    And have that field pull data from this section of the table:


    Click image for larger version. 

Name:	ABC3.jpg 
Views:	5 
Size:	140.4 KB 
ID:	16373

  8. #23
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Field/textbox in Detail section will display with every record/row of the form. But if there is no data in the other records, does it matter?
    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.

  9. #24
    FoxMan250 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2014
    Posts
    18
    Thanks, I'll try that and get back to you if I get hung up. And currently nothing is in there but specific pieces of equipment will be getting text added later.

  10. #25
    FoxMan250 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2014
    Posts
    18
    So I got it thanks to your help! Added the section and it looks great. Only thing I need to do is figure out how to make it stay blank if no text is in the box.

    Click image for larger version. 

Name:	12.jpg 
Views:	4 
Size:	161.8 KB 
ID:	16375

  11. #26
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    If there is no text/data in the field, the textbox should be empty.

    Why does it show #Name? error?
    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.

  12. #27
    FoxMan250 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2014
    Posts
    18
    Not sure... must be some sort of error. I'll have to google it and see what went wrong.

  13. #28
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    That error means Access can't find the field referenced in ControlSource. So why can't it find the field? Did you modify the form RecordSource to include the new field?
    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.

  14. #29
    FoxMan250 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    May 2014
    Posts
    18
    Nope, i didn't. I just typed in the source i wanted it bound to and it still found it.

  15. #30
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    If it finds the field should not have that error.

    What is the SQL statement of the form RecordSource? If it is like:

    SELECT * FROM tablename;

    then the new field will autonatically be discovered because of the wildcard.
    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 3 FirstFirst 123 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Expressions in Form
    By Deb4566 in forum Access
    Replies: 7
    Last Post: 03-08-2013, 12:18 PM
  2. Expressions in DLookUp
    By Jim Pap in forum Programming
    Replies: 1
    Last Post: 12-22-2012, 12:02 PM
  3. Expressions between two tables
    By ExcelleradRob in forum Access
    Replies: 2
    Last Post: 09-28-2012, 12:45 PM
  4. Repeat Expressions
    By welshmpf in forum Access
    Replies: 8
    Last Post: 09-06-2011, 09:41 AM
  5. Query Expressions
    By Andrea in forum Queries
    Replies: 6
    Last Post: 03-03-2011, 03:57 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