Re: Prompt in query
- From: "Cissy" <Cissy@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Sep 2005 13:21:04 -0700
Thanks Rick. I will take your advise and make the corrections. In the
meantime, I tried =[Enter Billing #] & "*" in the first criteria row in the
billing # field and it didn't work. What am I doing wrong?? thanks
"Rick B" wrote:
> First, you should not store two pieces of data in one file. You should have
> a client field and a matter field. You can DISPLAY them as you indicate on
> forms, reports, and queries, but you should not be storing them that way.
>
> If you do want to keep your current design, use the following.
>
> =[Enter Billing #] & "*"
>
> --
> Rick B
>
>
>
> "Cissy" <Cissy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:7DD75F91-0573-4175-953C-FCC728376870@xxxxxxxxxxxxxxxx
> > Hi! Thanks for your help. I'm using Access XP.
> >
> > I've created a query that needs to pull all client/matter numbers. The
> > numbers appear like this: 444444-444, client number being the first 6
> > digits, matter being the last 3. They are separated by a dash. I need to
> > query on the first six digits and then pull all numbers regardless of the
> > last three digits. So far I have:
> >
> > [Enter Billing #]+"*"
> >
> > When I enter "112261" I need to see "112261-888", "112261-983",
> "112261-341"
> > etc. in the results window. But it doesn 't work, I've tried it every
> which
> > way.
> >
> > How do I write this piece of criteria? Thanks much.
>
>
>
.
- Follow-Ups:
- Re: Prompt in query
- From: Rick B
- Re: Prompt in query
- References:
- Prompt in query
- From: Cissy
- Re: Prompt in query
- From: Rick B
- Prompt in query
- Prev by Date: RE: sorting columns in crosstab
- Next by Date: Can a field in a table get its value by referencing another table?
- Previous by thread: Re: Prompt in query
- Next by thread: Re: Prompt in query
- Index(es):
Relevant Pages
|