J
Jim Franklin
Hi,
I have three stats tables, each with one field and one record, which are
being constantly updated by various other parts of my application. Values
are always updated programmatically, with no possibility for user to add or
delete records. A single select query QueryX pulls all three values into one
recordset using cartesian joins.
I also have an unbound main console form, which has a number of subforms
showing various data and command buttons etc.. I want to show the three
stats values at all times on this form. Originally I created a subform,
whose RecordSource is QueryX. However, it occurred to me that I could simply
make my main form bound to the query instead, as only one record is returned
at all times. This would save the need to have an extra subform.
Can anyone tell me which is the best way to do this?
Incidentally, I have used 3 stats tables instead of one table with 3 fields,
as its a multi-user application and am I worried about record-locking issues
as different users in different parts of the system will constantly be
updating the three fields. Again, can anyone tell me if this is the correct
way to do this?
Thanks for any advice,
Jim F.
I have three stats tables, each with one field and one record, which are
being constantly updated by various other parts of my application. Values
are always updated programmatically, with no possibility for user to add or
delete records. A single select query QueryX pulls all three values into one
recordset using cartesian joins.
I also have an unbound main console form, which has a number of subforms
showing various data and command buttons etc.. I want to show the three
stats values at all times on this form. Originally I created a subform,
whose RecordSource is QueryX. However, it occurred to me that I could simply
make my main form bound to the query instead, as only one record is returned
at all times. This would save the need to have an extra subform.
Can anyone tell me which is the best way to do this?
Incidentally, I have used 3 stats tables instead of one table with 3 fields,
as its a multi-user application and am I worried about record-locking issues
as different users in different parts of the system will constantly be
updating the three fields. Again, can anyone tell me if this is the correct
way to do this?
Thanks for any advice,
Jim F.