473,772 Members | 3,148 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Bringing up the Expression Builder

I like using the expression builder for a lot of different things but it
isn't always available when I want to use it, for example in the code
window, or in all of the control properties. I am usually stuck having to go
into the database window, creating a new query, etc., and then
right-clicking in a field and selecting build.

Is there a shortcut key, a way to add a button to an Access toolbar, or
something like that so I can use to call up the expression builder?

Thanks,

Mike
Nov 13 '05 #1
2 7370
Here's the MS Help on how to start the Expression Builder:
1.. Start the Expression Builder.
2.. How?
3.. You can start the Expression Builder from most places where you write
expressions, such as in a property sheet, a Criteria cell in the query
design grid, or the Macro window.
4.. In a property sheet or the lower pane of the Macro window
1..
1.. Do one of the following:
Start the Expression Builder by opening a property sheet

a.. To set properties for a form or report, double-click the form
selector or the report selector.

b.. To set properties for the data access page, click Select Page on the
Edit menu, and then click Properties on the toolbar.
c.. To set properties for a table or query, click Properties on the
toolbar.
d.. To set properties for a section on a form or report, double-click
the section selector.
e.. To set properties for a section on a data access page, double-click
the section bar.
f.. To set properties of a query field, click the cell in the Field row,
and then click Properties on the toolbar.
g.. To set properties of a query field list, click anywhere in the list,
and then click Properties on the toolbar.
h.. To set properties for a control, click the control, and then click
Properties on the toolbar.
Open a macro in macro Design view

1.. In the Database window, click Macros under Objects.
2.. Click the name of the macro you want to open.
3.. Click the Design button on the Database window toolbar.
2.. Click the property or action argument box that will contain the
expression.
3.. Click the Build button next to the property or argument box.
If a property has more than one builder associated with it, Microsoft
Access displays the Choose Builder dialog box. Click Expression Builder and
click OK.

1.. Note If the property box or argument box where you start the
Expression Builder already contains a value, that value is automatically
copied into the expression box.
2.. In the query design grid or a macro condition
3.. You can start the Expression Builder in a Field or Criteria cell in
query Design view or in the Condition column of the Macro window.
1.. Right-click where you want to insert the expression.
2.. On the shortcut menu, click Build.
1.. Note If the cell or Condition column where you start the Expression
Builder already contains a value, that value is automatically copied into
the expression box.
"Mike Turco" <mi*********@ya hooSPAM.com> wrote in message
news:z7******** ************@co mcast.com...
I like using the expression builder for a lot of different things but it
isn't always available when I want to use it, for example in the code
window, or in all of the control properties. I am usually stuck having to
go
into the database window, creating a new query, etc., and then
right-clicking in a field and selecting build.

Is there a shortcut key, a way to add a button to an Access toolbar, or
something like that so I can use to call up the expression builder?

Thanks,

Mike





Nov 13 '05 #2

Ed, thank you for that. I actually read through that portion of the help
file before posting. What I'd like to know is if there is a way to open the
expression builder without having to goto a specific form property, or open
a query or macro. I use a lot of expressions in my code (as we all do, I
imagine). I'd really like to be able to get to the expression builder from
the VB programming window without having to jump through hoops. Thanks --
Mike
"Ed Robichaud" <ed*********@wd n.com> wrote in message
news:a1******** *********@monge r.newsread.com. ..
Here's the MS Help on how to start the Expression Builder:
1.. Start the Expression Builder.
2.. How?
3.. You can start the Expression Builder from most places where you write
expressions, such as in a property sheet, a Criteria cell in the query
design grid, or the Macro window.
4.. In a property sheet or the lower pane of the Macro window
1..
1.. Do one of the following:
Start the Expression Builder by opening a property sheet

a.. To set properties for a form or report, double-click the form
selector or the report selector.

b.. To set properties for the data access page, click Select Page on
the Edit menu, and then click Properties on the toolbar.
c.. To set properties for a table or query, click Properties on the
toolbar.
d.. To set properties for a section on a form or report, double-click
the section selector.
e.. To set properties for a section on a data access page, double-click
the section bar.
f.. To set properties of a query field, click the cell in the Field
row, and then click Properties on the toolbar.
g.. To set properties of a query field list, click anywhere in the
list, and then click Properties on the toolbar.
h.. To set properties for a control, click the control, and then click
Properties on the toolbar.
Open a macro in macro Design view

1.. In the Database window, click Macros under Objects.
2.. Click the name of the macro you want to open.
3.. Click the Design button on the Database window toolbar.
2.. Click the property or action argument box that will contain the
expression.
3.. Click the Build button next to the property or argument box.
If a property has more than one builder associated with it, Microsoft
Access displays the Choose Builder dialog box. Click Expression Builder
and click OK.

1.. Note If the property box or argument box where you start the
Expression Builder already contains a value, that value is automatically
copied into the expression box.
2.. In the query design grid or a macro condition
3.. You can start the Expression Builder in a Field or Criteria cell in
query Design view or in the Condition column of the Macro window.
1.. Right-click where you want to insert the expression.
2.. On the shortcut menu, click Build.
1.. Note If the cell or Condition column where you start the Expression
Builder already contains a value, that value is automatically copied into
the expression box.
"Mike Turco" <mi*********@ya hooSPAM.com> wrote in message
news:z7******** ************@co mcast.com...
I like using the expression builder for a lot of different things but it
isn't always available when I want to use it, for example in the code
window, or in all of the control properties. I am usually stuck having to
go
into the database window, creating a new query, etc., and then
right-clicking in a field and selecting build.

Is there a shortcut key, a way to add a button to an Access toolbar, or
something like that so I can use to call up the expression builder?

Thanks,

Mike


Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2029
by: Tom | last post by:
I have struggled with the issue of whether or not to use Regular Expressions for a long time now, and after implementing many text manipulating solutions both ways, I've found that writing specialized code instead of an RE is almost always the better solution. Here is why.... RE's are complex. Sure it is one line of code, but it is on hell of a line. Some of my RE remind me of the obfuscated code contest winners, where one line of...
3
12109
by: Fran Zablocki | last post by:
I am trying to write an expression that converts one set of values to another. There are two fields, STAGE and ADMIT_TYPE, which are used as input criteria, and the final converted values are placed in the APPSTATUS field. The rules for the conversion are as follows: If STAGE = 600 then APPSTATUS = 03 If STAGE > 300 then APPSTATUS = 01 If STAGE > 300 and ADMIT_TYPE = AF or AFD or AP or APD, then APPSTATUS
1
3811
by: Grant Hammond | last post by:
I assume I'm not alone in my frustration that the expression builder that comes (in part) with Access XP that dosnt wrap text when you open it on an exisitng expression in a query or form. I's bad enough that Microsoft dropped the expression builder from the VB window (which I have restored using Michael Kaplan addin), but I cant understand how they could not have fixed this obviously and annoying BUG!@
1
2537
by: Laertes | last post by:
Hi, I want to use the expression builder in a query to define a field. I know how to do it for simple fields, like the one below : orderdate: IIf((IsNull() And =False) Or (<>"N/A" And =False),,) When though the expression is too complex, the builder is not very convenient to use. I tried to use a function instead... The error I
1
1726
by: Don | last post by:
I'm trying to build a simple report. It will show debtors, budgeted amounts and how much was actually paid to those debtors. I've tried using the expression builder, though I've never used it before I somehow believe I know how, apparently not! I chose the location of where the data is stored and the expression builder put it into the expression builder window. When I run the report I get this #name?. I guess that means it doesn't...
2
3017
by: Brian Kitt | last post by:
I have a process where I do some minimal reformating on a TAB delimited document to prepare for DTS load. This process has been running fine, but I recently made a change. I have a Full Text index on one column, and punctuation in the column was causing some problems down the line. This column is used only for full text indexing, and otherwise ignored. I decided to use the following regular expression to remove all punctuation (actually...
0
2479
by: AlexanderTodorovic | last post by:
Hello Everyone, I'm developing a client application in which the users need an expression builder as provided in MS Access 2003. I would like to use the expression builder in a C# application. Is is possible to call the expression builder e.g. via automation? If yes, how can i execute the rules and get the result?
3
10370
by: rrosynek | last post by:
I have a 2003 Access Database with several tables related in a one to many relationship with a parent I am looking to build a report which evaluates if different users of the table have all entered data properly. As an example - the parent table creates the customer account number, customer last name and customer ssn. A related table creates all other customer information including address, phone etc., another related table contains...
18
4426
by: emajka21 | last post by:
Access 2000, I am trying to add a "Summed" total to a report (in a grouped footer section). But I only want to sum the top 3 items. I know how to write this in sql but it seems I can't get a to a sql expression box from the report view/text box. I can get to the text box properties but that only allows me to open up the expression builder. So is there a way to sum the top 3 in expression builder? Is there way to nest two different...
0
9619
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10103
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8934
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6713
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.