View Full Version : Get String function


xyz321
04-01-2008, 08:26 AM
Hye

I have an Access database in which one of the queries has following fields:

Reference1:Getstring([Reference],1) and the second is

Reference2:Getstring([Reference],2)

I cant find any reference to Getstring function's use or functionality. Microsoft's website only says "Obsolete" indicating this is no longer used. (i am using access 2003)

Any help is appreeciated.

Many thanks
Jay

RuralGuy
04-01-2008, 08:30 AM
Use Edit>Find and select the entire project and look for the function.

xyz321
04-01-2008, 11:55 PM
Thanks for your rpely.

I am not trying to find the function but am trying to find what does this "Getstring" function do?

do you have any ideas?

Cheers

m.shakeebahmed
04-02-2008, 12:07 AM
I am presuming you are searching for getstring method for some other class. Have a look at the following link to see spec of getstring of recordset

http://msdn2.microsoft.com/en-us/library/ms676975(vs.85).aspx

Cheers