chacham
Member
- Local time
- Yesterday, 21:37
- Joined
- Oct 26, 2020
- Messages
- 45
I was asked to add a button that opens another form based on the current record. No problem. I just copied the button and code from another form that did the same thing. The user came back to tell me that the entire purpose of opening that second form was to click a button that opens the attachment field and asked if i could have the button open that directly instead.
The first form's record source is a query. The second form is set to a table. The first form opens the second form by passing it an id to a specific record. The button on the second form opens the attachment field for that record.
Can the first form open the attachment field? If not, can the second form be opened and show the attachment field, either directly or by programmatically clicking that button?
The first form's record source is a query. The second form is set to a table. The first form opens the second form by passing it an id to a specific record. The button on the second form opens the attachment field for that record.
Can the first form open the attachment field? If not, can the second form be opened and show the attachment field, either directly or by programmatically clicking that button?