N
Neil
Hello,
I have a form and subform. Both these fields are linked by the ID in the
main form/table. The SubForm control properties are as follows:
LinkMasterFields = "lngID"
LinkChildFields = "lngMainID"
This works fine. The problem that I have is that I also need to filter
records that only belong to the CurrentUser (in the SubForm - kept in the
table). There is no need to keep the CurrentUser in the main form (in fact
it would be more hassle than it is worth) so I can't link the CurrentUser to
a field in the main table. Does anyone know a way round this? My last resort
would be to let users view all records filtered into the subform but they
are only allowed to update/modify the records that they created.
TIA,
Neil.
I have a form and subform. Both these fields are linked by the ID in the
main form/table. The SubForm control properties are as follows:
LinkMasterFields = "lngID"
LinkChildFields = "lngMainID"
This works fine. The problem that I have is that I also need to filter
records that only belong to the CurrentUser (in the SubForm - kept in the
table). There is no need to keep the CurrentUser in the main form (in fact
it would be more hassle than it is worth) so I can't link the CurrentUser to
a field in the main table. Does anyone know a way round this? My last resort
would be to let users view all records filtered into the subform but they
are only allowed to update/modify the records that they created.
TIA,
Neil.