473,396 Members | 2,029 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,396 software developers and data experts.

Interactive job sheet

Hi, new to this group and new to Access.

I work for a water filtration company here in South Australia, our
customers are in MS Access.

Each day I am faxed a "Job Sheet" for the following days work with the
customers: Name: Address: Phone No.: and the Filter System they have.

Now my question:

Can the "Job Sheet" be generated by
1/ Going into the customers record
2/ Clicking on the Phone No (Its the only unique field)
And the record goes onto a "Job Sheet"
Then, the process is repeated until the "Job Sheet" is populated,
whether its with 2 jobs or 10 jobs?
Feb 29 '08 #1
2 2335
So you receive a file in some consistent format (same columns each day, in
CSV or XLS or something?)

You could set up a temporary table with the right columns (same names as any
heading in the file, Text type so everything can be imported.) Clear out
yesterday's data (delete query), and import today's (append query.)

You can then run a series of test to make sure the data is valid, e.g. all
required fields have a value, the phone numbers actually match existing
customers, and the fields contain the correct data types. You probably want
to create a form where the user can edit the records that aren't right.

Once the checking is all Go, you can JOIN the temp table to your customer
table, to get the CustomerID, and then Append the results to the real table.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<my*******@gmail.comwrote in message
news:4d**********************************@u10g2000 prn.googlegroups.com...
Hi, new to this group and new to Access.

I work for a water filtration company here in South Australia, our
customers are in MS Access.

Each day I am faxed a "Job Sheet" for the following days work with the
customers: Name: Address: Phone No.: and the Filter System they have.

Now my question:

Can the "Job Sheet" be generated by
1/ Going into the customers record
2/ Clicking on the Phone No (Its the only unique field)
And the record goes onto a "Job Sheet"
Then, the process is repeated until the "Job Sheet" is populated,
whether its with 2 jobs or 10 jobs?
Feb 29 '08 #2
On Feb 29, 9:23*am, "myersp...@gmail.com" <myersp...@gmail.comwrote:
Hi, new to this group and new to Access.

I work for a water filtration company here in South Australia, our
customers are in MS Access.

Each day I am faxed a "Job Sheet" for the following days work with the
customers: Name: Address: Phone No.: and the Filter System they have.

Now my question:

Can the "Job Sheet" be generated by
1/ Going into the customers record
2/ Clicking on the Phone No (Its the only unique field)
* * * And the record goes onto a *"Job Sheet"
Then, the process is repeated until the "Job Sheet" is populated,
whether its with 2 jobs or 10 jobs?
Hi

You need to create a couple of tables in access. I would create a
table called something like tblCustomers with all the fields needed
for the details of the jobsheet ie Name, address, filter system name
etc- this acts as s permanent customer data table. I would set an
Autonumber field as a unique ID, and not recommend a telephone field.
Next a couple of related tables to hold the jobsheet records-
something like tblJobSheet, with an autonumber unique ID field
JobSheetID and then a field to mark the date of the jobsheet and
fields for any other relevant details. Then create another table-
tblJobSheetCustomers, which really mimics the tblCustomers fields, and
has the JobSheetID field- to be able to relate the two tables
together- 1 to many. Then basically you need to have a function on a
form that raises a new jobsheet record and selects the range of
customers to be incuded in the job- using the tblCustomers reference,
once selected the customers are copied across from the tblCustomers
into the tblJobSheetCustomers table. I would suggest doing this
through a list box control and using VBA and an add new sql statement
or call a recordset routine, or if that is a bit unfamiliar for you-
queries and macros would do it!

Good luck

David
Feb 29 '08 #3

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

Similar topics

20
by: Joe | last post by:
When you run "python -i scriptname.py" after the script completes you left at the interactive command prompt. Is there a way to have this occur from a running program? In other words can I...
2
by: Charles Krug | last post by:
List: I'm trying to us pylab to see what I'm doing with some DSP algorithms, in case my posts about convolution and ffts weren't giving it away. I've been using pylab's plot function, but I'm...
3
by: Sean Brunnock | last post by:
I just wrote an interactive style sheet builder in order to help novices understand style sheets. I would be appreciative if folks could try it out and offer any comments. The URL for the...
5
by: Rajiv | last post by:
HI ALL, actually , i m working in a company having large number of employee , i have two userid and password . on id is from admin group(id given to me by technology manager) of the server and...
2
by: nivas.meda | last post by:
Hi, I have an excel sheet with a graph and cells.If i change the value in the excel cells the graph will reflect.Now i am going to implement this functionality in html page.I successfully saved...
5
by: nivas.meda | last post by:
Hi, I have an excel sheet with a graph and cells.If i change the value in the excel cells the graph will reflect.Now i am going to implement this functionality in html page.I successfully saved...
11
by: BerkshireGuy | last post by:
Hello, I need to create an interactive report that can be sent to agencies with the following: Application #, Date Approved, Reason Not Taken The reason not take should be a drop down in...
2
by: WJ | last post by:
I have three ASPX pages: 1. "WebForm1.aspx" is interactive, responsible for calling a web site (https://www.payMe.com) with $$$. It is working fine. 2. "WebForm2.aspx" is non-interactive, a...
3
by: Lubomir | last post by:
Hi, I read that interactive windows services will not be allowed to run under Wista. I would like to ask what exactly is the interactive service. It is supposed to be a service that communicates...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.