Re: Adding new entry with specific value
- From: SteveS <sanfu at techie dot com>
- Date: Fri, 15 Jul 2005 21:55:01 -0700
"Edward H via AccessMonster.com" wrote:
<snip>
> Now I just want to be able to display the value of TOP_1 query as a
> reference.
> I can't seem to get this thing to spit out 1 stinking value.
>
>
Just like before, but don't add one to it.
Me.Somecontrol = Dlookup("[ID]", "qryID_Top1")
You could also use a label (so there is no chance of it being mistaken for
an entry field):
Me.LabelName.Caption = "Last ID = " & Dlookup("[ID]", "qryID_Top1")
(**Change "LabelName" to the name of the label)
HTH
--
Steve S
--------------------------------
"Veni, Vidi, Velcro"
(I came; I saw; I stuck around.)
.
- References:
- Adding new entry with specific value
- From: Edward H via AccessMonster.com
- Re: Adding new entry with specific value
- From: Tony Vrolyk
- Re: Adding new entry with specific value
- From: Edward H via AccessMonster.com
- Re: Adding new entry with specific value
- From: Tony Vrolyk
- Re: Adding new entry with specific value
- From: Edward H via AccessMonster.com
- Adding new entry with specific value
- Prev by Date: RE: Repost: Please help! Or just tell me if not possible...
- Next by Date: Re: Copy a Shortcut Menu from one database to another
- Previous by thread: Re: Adding new entry with specific value
- Next by thread: Where can I get more 'Styles' for Access Forms wizzard?
- Index(es):
Relevant Pages
|