Tagged Questions
The continuous-forms tag has no wiki summary.
1
vote
1answer
95 views
Continuous form selection deselected on command button click
I have a continuous access form with record selectors enabled. Here's the code for the btnPrintReceipt click event handler. I want it to get the ReceiptID of each selected record and open the report ...
1
vote
1answer
689 views
Unable to set ComboBox.RowSource on continuous form
I am having trouble setting the row source of a certain combo box on my form (viewed as a continuous form, although I also seem to have some problems in single-form mode).
The combo-box is bound to a ...
0
votes
3answers
444 views
How to Reference Individual Form Elements in a MS Access Continuous Form
MS Access Scenario:
I am using a form (we'll call it the select_contract form) and a subform (we'll call it the employee_allocations_by_contract subform).
The select_contract form:
Is unbound.
...
0
votes
1answer
776 views
Continuous Form, how to add/update records with external connection
EDIT After some more research I found that I cannot use a continuous form with an unbound form since it can only reference a single record at a time. Given that I've altered my question...
I have a ...