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.
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.
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?
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.
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.
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.
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.
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.
Not sure... must be some sort of error. I'll have to google it and see what went wrong.
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.
Nope, i didn't. I just typed in the source i wanted it bound to and it still found it.
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.