Does anyone know how to limit a table to a single record?
I have a back-end/multiple front end database. In the front ends are several queries in which the parameters are dependent on a "user number". So my query has conditions like ID being >([UserT]![Field1]*300) And <([UserT]![Field1]*300+101)
The UserT table holds the "user number" so that the above formula determines the low end and high end limits of the records in the query. If Filed 1 above was set to zero I'd get records 0 through 100, is set to one it would give records 300 to 400 and so on.
I have no idea what would happen if there were multiple entries in the UserT table.
Thanks
I have a back-end/multiple front end database. In the front ends are several queries in which the parameters are dependent on a "user number". So my query has conditions like ID being >([UserT]![Field1]*300) And <([UserT]![Field1]*300+101)
The UserT table holds the "user number" so that the above formula determines the low end and high end limits of the records in the query. If Filed 1 above was set to zero I'd get records 0 through 100, is set to one it would give records 300 to 400 and so on.
I have no idea what would happen if there were multiple entries in the UserT table.
Thanks