Tag Property

sandhurstUK

Must change my user name
Local time
Today, 00:17
Joined
Feb 15, 2002
Messages
42
Hi,

With reference to query by form - could anyone please explain how the Tag property works as I cannot make sense of the help file in A97.

The following line appears in the tag property of a qbf form I am using, I know the function works, in that the correct data is returned, however I am unsure as to what this piece of code is actually doing:

qbfField=Make;qbfType=10;


Many thanks

:confused:
 
As far as I can see it's just a tag you can attach to any form or control as a customised label. It has no affect on any of the properties of the control or form, but can be used to identify the form or control in a piece code....

That's how I read it, anyhow...

Dave E
 

Users who are viewing this thread

Back
Top Bottom