RE: mid function
- From: "OfficeDev18 via AccessMonster.com" <u14095@uwe>
- Date: Tue, 07 Mar 2006 17:53:38 GMT
Hi, Dan,
First of all, rename your column - call it a field, which is it's correct
name. 'Control' is an Access reserved word, which means it has special
meaning to Access, and you may not use a reserved word as any object,
function, or variable name. This alone would probably account for all your
trouble.
Besides this, however, where is this field, is it in a table, a query, or
what? Also, where are you putting this code, in a query, or in a form's event?
Are you trying to rename a field at run time (it's impossible - in any object!
) or are you just trying to get data from "choose your field here" and
populate another field?
Help us help you. Copy and paste all your code (or SQL) so we can have a
better idea of your needs.
Hope this is helpful,
Sam
--
Sam
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-modules/200603/1
.
- Prev by Date: Having to click Ok twice to clear message box
- Next by Date: Access Integration w/Exchange/Outlook
- Previous by thread: Re: mid function
- Next by thread: RE: mid function
- Index(es):
Relevant Pages
|