G
Guest
My employer provides services to merchants in our region. Sometimes we
rent them any equipment needed, sometimes the merchant owns their own
equipment and we just provide support. I created a database to track the
equipment. I have one table that has the serial number as primary key, with
other fields being the type of equipment, who owns it, and where it is
located. I created a form with these fields present, and added a subform
that has fields for date and action taken so we can track when we drop
equipment off and when we pick it up.
When we add a new date and action to the subform, it rearranges the
records so they are no longer sorted by date. I have seen several posts
asking how to sort the subform, and noticed that all of them had replies
saying it was easier to use a query as the recordsource for the subform.
When I do that however, I have to include the serial number to link the
subform to the main form, and the serial number then shows in the subform for
every record. Is there a way to hide the serial number in the subform?
Also, even though I use the design view to arrange things a certain way, when
I enter form view the query subform displays in datasheet mode. How can I
change the design of the query subform?
rent them any equipment needed, sometimes the merchant owns their own
equipment and we just provide support. I created a database to track the
equipment. I have one table that has the serial number as primary key, with
other fields being the type of equipment, who owns it, and where it is
located. I created a form with these fields present, and added a subform
that has fields for date and action taken so we can track when we drop
equipment off and when we pick it up.
When we add a new date and action to the subform, it rearranges the
records so they are no longer sorted by date. I have seen several posts
asking how to sort the subform, and noticed that all of them had replies
saying it was easier to use a query as the recordsource for the subform.
When I do that however, I have to include the serial number to link the
subform to the main form, and the serial number then shows in the subform for
every record. Is there a way to hide the serial number in the subform?
Also, even though I use the design view to arrange things a certain way, when
I enter form view the query subform displays in datasheet mode. How can I
change the design of the query subform?