473,416 Members | 1,716 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Address Label Problem

I have one more problem to solve before completing my database.

I need to save address labels to file. I know Label Wizard does this, but
my problem needs to be selective. The customers are 'active' or 'not
active' and I need to create separate labels for both.

Customer address details (Street, Town etc.) are stored on the main table
'Clients' and the active/inactive status comes from the same table
'Clients' under the 'Status' column.

I realise this might not be the best relationship, but initially the
customer wanted a one page form and now wants more.

I have posted this to comp.database.ms-access as well.
Dec 2 '05 #1
2 1152
so base your report on a query or add a filter when you open the
report. See the DoCmd.OpenReport function... one of the options is a
filter - just add a valid WHERE clause, e.g. "[Status]='Active'" or
"[Status]='Inactive'"

Dec 2 '05 #2
On 2 Dec 2005 11:50:15 -0800, pi********@hotmail.com wrote:
so base your report on a query or add a filter when you open the
report. See the DoCmd.OpenReport function... one of the options is a
filter - just add a valid WHERE clause, e.g. "[Status]='Active'" or
"[Status]='Inactive'"


I have sorted it now. I created a query including the address fields and
'Active' field; filtered 'Active'. I then created a new label wizard from
the new query.
Dec 3 '05 #3

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

Similar topics

0
by: madeo | last post by:
hi, i'm looking for some script which would export address labels from a mysql db to pdf ... There's an exapmle, but i'm not able to convert it for using with mysql ... can anybody help? THX...
1
by: Bryan | last post by:
Hello, I have a questin about the getting for the label address.Cpu is ppc8260,compiler is gcc2.76. If I want get the address of the label in embedding asm,how should I do? I can get the low 16...
81
by: candy | last post by:
hi all, Is there is any way in the C language by which I can get the address of a statement? For eg,consider the following simple program: 1. #include<stdio.h> 2. 3. int main(void){ 4. ...
11
by: Brian Henry | last post by:
I have a domain cluster with AD running, and I want to lookup a users email address (exchange 2000 server is integrated with the AD system) so i can email the user based on their user name. does...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...

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.