OK Luddite is back again, now with the following issue.........
Database access is configured to an individual's SAPID and logon is managed through Environ("USERNAME") linked to the SAPID.
I have now created a Form for assigning actions to individuals, but I want the individual user to only see their actions and not everyone else's, so in essence I want to apply a filter where the SAPID = Environ("USERNAME") at least I think thats what i want to do
Any suggestions as I've tried multiple options but it doesn't work. The DoCmd.applyfilter works fine if i specify an individual SAPID, but i need this to happen automatically
Not sure that makes sense but looking forward to any suggestions
Database access is configured to an individual's SAPID and logon is managed through Environ("USERNAME") linked to the SAPID.
I have now created a Form for assigning actions to individuals, but I want the individual user to only see their actions and not everyone else's, so in essence I want to apply a filter where the SAPID = Environ("USERNAME") at least I think thats what i want to do
Any suggestions as I've tried multiple options but it doesn't work. The DoCmd.applyfilter works fine if i specify an individual SAPID, but i need this to happen automatically
Not sure that makes sense but looking forward to any suggestions