I have a database that has tables based on the Windows userid of the person who opened the database. When opened a form opens that the user inputs work information for their job. The form is linked to each of their personal userid tables.
The windows userid's where based on the first initial of the user’s first name and the full last name. Ex... rsouthboy
Unfortunately our admin LAN changed everyone’s userid's to firstname.lastname. Ex... ron.southboy
Now when the database opens you get an error that states "The recordsource for xxxx specified on this form does not exist."
I need some help with code that will take the first character of the new userid and everything after the period and combine them. Ex... ron.southboy to rsouthboy (like their userid's use to be.) I can't rename the tables too their new userid's because of the period now in the new userids. Access won't accept that.
Any help would be greatly appreciated.
The windows userid's where based on the first initial of the user’s first name and the full last name. Ex... rsouthboy
Unfortunately our admin LAN changed everyone’s userid's to firstname.lastname. Ex... ron.southboy
Now when the database opens you get an error that states "The recordsource for xxxx specified on this form does not exist."
I need some help with code that will take the first character of the new userid and everything after the period and combine them. Ex... ron.southboy to rsouthboy (like their userid's use to be.) I can't rename the tables too their new userid's because of the period now in the new userids. Access won't accept that.
Any help would be greatly appreciated.