tractorvix
Technical User
Hi all,
Hope you can help me. I've been asked to produce a form to show items that require actioning today and items that require action tomorrow (they want to be able to see it on a nice form view rather than a report)
what is required is:
due today due tomorrow
item no name start date | item no name start date
I've tried setting this up as two subforms on a mainform, but I get an error on open for subform2 stating that the table containing the data is already opened exclusively by another user (subform1) and cannot be manipulated programmatically.
I only want to be able to view the data, not update it. Can anyone think of a way round this? Is there something clever I can do with recordsets rather than having the source for the subforms set as 2 seperate queries based on the the same table?
The only way I can think round it at the moment is to have a make table query run before the form opens to provide a seperate source for subform2, but this will slow things down.
Thanks
Vicky
Hope you can help me. I've been asked to produce a form to show items that require actioning today and items that require action tomorrow (they want to be able to see it on a nice form view rather than a report)
what is required is:
due today due tomorrow
item no name start date | item no name start date
I've tried setting this up as two subforms on a mainform, but I get an error on open for subform2 stating that the table containing the data is already opened exclusively by another user (subform1) and cannot be manipulated programmatically.
I only want to be able to view the data, not update it. Can anyone think of a way round this? Is there something clever I can do with recordsets rather than having the source for the subforms set as 2 seperate queries based on the the same table?
The only way I can think round it at the moment is to have a make table query run before the form opens to provide a seperate source for subform2, but this will slow things down.
Thanks
Vicky