ExpressionBuilder

S

SusanM

Hello
Looking at a text box with the year, EX: 04. In design
view it shows Exp1. Please explain.
The form is for data entry and a parameter value says
enter year and then the customer id. the record for that
customer comes up for that year.

Thank you for reply.
 
J

Jeff Boyce

Susan

We're not there, we can't see what you're looking at. We don't know how
your data is organized. We don't know what your form is based on. We don't
know the SQL statement being used if you have a query (the "parameter value"
implies a query).

More specific information will help us provide more specific advice...
 
M

MacDermott

In Design View, a bound textbox displays the name of the field to which it
is bound.
It sounds as if your form is based on a query, and this query contains a
field named Exp1.
This tells you that in Form View, that textbox will display the value of the
expression Exp1 in your query, for the record you select.

It also sounds as if your query contains a parameter which filters based on
this field (Exp1).
It probably also contains a parameter which filters the Customer ID field.

I do hope that his helps you understand what's going on.
Please post back if you have more specific questions.

- Turtle
 
S

SusanM

Thank you for your reply and your patience. I am new to
Access, about 6 months and have a new project. I am sure
my questions my seem dumb (based on the other reply I
received) Thanks again. I very much appreciate your help.
 
M

MacDermott

I'm glad I was able to help.
There's still plenty I don't know, but I seem to be a better than average
guesser.
(I'm also guessing that the previous poster was having a bad day and you
happened to get in the way.
By and large, folks with the MVP designation are friendly, knowledgeable,
and incredibly patient.)

Welcome to the wonderful world of Access development!
I do hope you'll continue to ask questions here -
and to search the archives for pertinent information.
Most of the time when people are awed by some little scrap of Access trivia
I drag up,
it's something I learned in the newsgroups.

When you post again, it's usually helpful if you'll include what version of
Access you're using, and some details about the forms, tables, queries, etc.
you're using. If you're using a query, open it in Design View, then click
View - SQL View. Cut and paste the text you find there into your post -
it may not mean anything to you, but others can read it and see what
you're doing.

Happy developing!
- Turtle
 
J

Jeff Boyce

Susan

I must have been having a bad day, as McD suggested. I asked the questions
I did to get a better idea of where you were starting from, so I could have
a better idea of where to direct you.

My apologies if I came across too curt.

Jeff Boyce
<Access MVP>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Split form 0
Is this possible? 0
Copy previous record into form field 0
Remove date format? 3
Expressions 2
Display Dynamic # of Rows in SubReport 0
Need help modifying code 0
Customizing Forms problem .. 0

Top