Re: Login to FE as 2 different users?
- From: "Jeff Conrad" <jeffc@xxxxxxxxxxxxxxxxx>
- Date: Tue, 15 Nov 2005 18:39:02 -0800
"robert" wrote in message:
news:576cc278c66a5@xxxxxx
> I'm not sure I understand what your exact problem is, but I had a similar
> situation, except that I have probably closer to 500 SQL statements in VBA
> Code.
>
> If your concern is that you need to rewrite your SQL statements, then let me
> suggest an alternative that was suggested to me.
>
> 1) Leave your SQL statements as is
> 2) Instead, rename your tables by putting the letters 'tbl' in front of the
> table name: so if table name is Products; new table name is tblProducts
> 3) Create RWOP queries on these tables that have the name that the table
> previously had. So the name of the RWOP query in my example is Products.
>
> That way you don't have to rewrite your SQL statements in code.
Interesting idea Robert!
--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystems/accessjunkie.html
http://www.access.qbuilt.com/html/articles.html
.
- Follow-Ups:
- Re: Login to FE as 2 different users?
- From: robert d via AccessMonster.com
- Re: Login to FE as 2 different users?
- Prev by Date: Re: Login to FE as 2 different users?
- Next by Date: Re: Secured Temp database
- Previous by thread: Re: Login to FE as 2 different users?
- Next by thread: Re: Login to FE as 2 different users?
- Index(es):
Relevant Pages
|