473,385 Members | 1,813 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,385 software developers and data experts.

Spilt table by criteria for distribution

3
I need help splitting a table for distribution. I have a large table with data on it for 52 vendors. I want to sub divide the table by their reference number and send "their section" from the large table to one or more email address'. Is this possible and how would I do it? The process needs to be repeatable because the large table changes every 3 months and is sent again with new data on it. each vendor could revive 1 to 100 rows and its always 8 columns.

Would be nice if I could also summarize the sectioned area with a count and a sum

Thanks in advance for your time and assistance.
Feb 4 '14 #1
5 1102
jimatqsi
1,271 Expert 1GB
What is the format you are sending the data in? You want to send them an Access table, or put the data in a report or a spreadsheet?

Whatever the data format you need to write a query to select the data. How you use that will depend on what it is you are trying to send the data in.

Jim
Feb 4 '14 #2
IBTLP
3
Hello Jim thank for having a look. I was looking at queries yesterday but having not worked in Access for a few years I could not see a way to slice up the main sheet in a way that would allow simple distribution.

As for format: PDF would be preferred but to be honest I would take what I can get to not have to manually send 50 separate emails/attachments. Anything mainstream is fine

Best,
T
Feb 4 '14 #3
I think before you can get anything useful in terms of output, you need to now how you are going to filter / select your data.

You say you have a reference number for each vendor? In that case you can group by reference number in a report. Or create a report for each reference number (probably have to use VBA for that).

In any case, to really help you, we need some more info on your table structure and the end product you're trying to achieve.
Feb 4 '14 #4
IBTLP
3
Each row has the vendor reference number so this would be the criteria to sub divide the table by. I can run a report to group them but failed to break out the vendors to a new table or do an email distribution.

Thanks for having a look and helping with this!

T
Feb 5 '14 #5
NeoPa
32,556 Expert Mod 16PB
Have you considered linking tables to separate Back Ends (BEs)? You would run an APPEND query after clearing the existing data. The APPEND query would be filtered on the Vendor reference Number. When the table has been correctly populated using your Front End you can email the relevant BE to the vendor.
Feb 5 '14 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Paul Hallam | last post by:
How does oracle distribute records in a table that is in a tablespace with multiple datafiles. Very simplisticly Ingres will distribute sequential records evenly across multiple datafiles for a...
8
by: Steve Jorgensen | last post by:
Mailing List management is a good example of a case where my conundrum arises. Say there is a m-m relationship between parties and groups - anyone can be a member of any combintation of groups. ...
4
by: RC | last post by:
Dear Dudes, I post this in multiple groups for opening brain storm. Sometime I need to query the data from database server then display them into user's browser in HTML <table>. But if the...
2
by: RLC | last post by:
We're developing an application request/packaging/rollout worflow application for our 50 site, 40,000 user company. There is a request table, an engineering table, a distribution table, etc. etc....
16
by: UDBDBA | last post by:
Hi All: I need some clarification on a MERGE statement. The database is on V8 FP12 (AIX) 64bit. The source table is tableA. The target is a View "FACT" with UNION ALL because of the 512 Gig...
3
by: imtmub | last post by:
Hi, I have two tables in that one table contain name id, name, categary etc., and other table contains name id, name but not categary. now i want to copy the categary column another table. One...
12
by: kabradley | last post by:
Hello, Thanks for looking at my post and hopefully having an answer or at least a suggestion to my problem. I currently work at a financial planning office that deals with many clients and accounts....
2
by: David - Australia | last post by:
G'day from Australia, I'm hoping some bright spark may be able to help me with this one. I'm sure that it can be done, I've just hit a wall with it. So I'm opening it up. I'm storing student...
9
by: Rick | last post by:
I have a large list of objects where each object has a unique (non-overlapping) date range. The list is sorted chronologically. What is the most efficient way to search this list for a single...
1
by: Henry J. | last post by:
Is it true that the following query: SELECT emp.empno, emp.lastname, dept.deptname FROM emp LEFT OUTER JOIN dept ON emp.workdept = dept.deptno WHERE emp.salary 50000.00; will run faster in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
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
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...

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.