-
WSmarkymark
AskWoody LoungerBecause tblServiceZone is where the data would be retrieved in future. I have to do an autopopulate, so the user doesnt have to type in all the details. State is an optional field, its hardly used but I have to put it there. (ie state is not different from terminal, zone and Town.
-
WSmarkymark
AskWoody LoungerOh ok, basically what i want to do is quite simple.
I have a table for storing transactions (tblServiceZone). A user has to select a location (eg Australia, Sydney) from a combo box, and that would automatically fill in the fields. These fields are Terminal and Zone in tblServiceZone. Such data would be retrieved from tblZoneList, but stored in the fields in tblServiceZone.
In the Access help, my problem comes under “About AutoLookup queries that enter data automatically”,,,i’ve tried using that method, but i’m having trouble in applying it. -
WSmarkymark
AskWoody LoungerOh ok, basically what i want to do is quite simple.
I have a table for storing transactions (tblServiceZone). A user has to select a location (eg Australia, Sydney) from a combo box, and that would automatically fill in the fields. These fields are Terminal and Zone in tblServiceZone. Such data would be retrieved from tblZoneList, but stored in the fields in tblServiceZone.
In the Access help, my problem comes under “About AutoLookup queries that enter data automatically”,,,i’ve tried using that method, but i’m having trouble in applying it. -
WSmarkymark
AskWoody LoungerHi Hans,
I’m a little bit confused on this. Its the structure of the query that i need help on. -
WSmarkymark
AskWoody LoungerHi Hans,
I’m a little bit confused on this. Its the structure of the query that i need help on. -
WSmarkymark
AskWoody Loungersorry, here is the attachment
-
WSmarkymark
AskWoody LoungerThankyou so much Hans, your explanation and db was clear-cut and has helped me get a headstart on this access report phenomenon.
Greatly appreciated -
WSmarkymark
AskWoody LoungerThankyou so much Hans, your explanation and db was clear-cut and has helped me get a headstart on this access report phenomenon.
Greatly appreciated -
WSmarkymark
AskWoody LoungerI’ll put this post on hold, as i gather more info to explain the issue with better clarity.
-
WSmarkymark
AskWoody Loungerhehe, right now, I’m under so much pressure, if it works, then I’ll be over the moon. If you’ve got time, I’ve posted another question, it would be appreciated if u could look into it, thanks Mark.
-
WSmarkymark
AskWoody LoungerThanks Mark, the approach I tried was this way, and it seems to work ok so far, so fingers crossed .
‘ update receiver
strsql = “select * from tblReceiver where 0 = 1”
set rs = server.CreateObject(“ADODB.Recordset”)
rs.open strsql, conn, 1, 2
rs.addNew
rs(“ConsignmentID”) = Request.Form(“ConsignmentID”) & tmpFld
rs(“name”) = Request.Form(“receiverName”)
rs(“business”) = Request.Form(“receiverBusiness”)
rs(“address”) = Request.Form(“receiverAddress”)
rs(“workNo”) = Request.Form(“receiverWorkNo”)
rs(“homeNo”) = Request.Form(“receiverHomeNo”)
rs(“mobileNo”) = Request.Form(“receiverMobileNo”)
rs(“email”) = Request.Form(“receiverEmail”)
rs.update
set rs = nothing‘ update sender
strsql = “select * from tblSender where 0 = 1”
set rs = server.CreateObject(“ADODB.Recordset”)
rs.open strsql, conn, 1, 2
rs.addNew
rs(“ConsignmentID”) = Session(“userid”) & tmpFld
rs(“name”) = Request.Form(“senderName”)
rs(“business”) = Request.Form(“senderBusiness”)
rs(“address”) = Request.Form(“senderAddress”)
rs(“workNo”) = Request.Form(“senderWorkNo”)
rs(“homeNo”) = Request.Form(“senderHomeNo”)
rs(“mobileNo”) = Request.Form(“senderMobileNo”)
rs(“email”) = Request.Form(“senderEmail”)
rs.update
set rs = nothing -
WSmarkymark
AskWoody LoungerThanks a million Pat. It looks really good.
Nope, free issue and cutsht are not similar at all. Two different columns.
So I’ve changed it back accordingly.
I only had 3 hours of zzz’s,,,when u have something like this on your mind 24/7, then you’ll start having
dreams of it too,,,,aggghhh, gonna try and get more zzz’ s now -
WSmarkymark
AskWoody LoungerAnyway, I’m soooo tired, havn’t slept yet. I really have to learn to sleep early and get out into the sun more. Not so easy though with all this on top of me. If you’ve got any advice for my above question, then once again, a thousand appreciations Pat. Take care, speak to you later.
Mark the zombie is off to sleepzzzzzzzzzzzzzzzzzz
-
WSmarkymark
AskWoody LoungerGuess what Pat? ,,,,,,,,,,I DID IT !!!
I’ve attached the working db, how i did it, i really am so tired to recollect, but it took me only 2 hours, of studying the code line by line.
Out of the 5 excel sheets, only 4 were logged into the errors table, and the other one was bypassed, but i’m suspecting it might have something to do with it being watermarked as Deleted, although thats just a rough guess.
Is there a simple way of identifying/matching the excel sheets in a folder, with those in a table, and then displaying the ones that are not in a table? (but happens to be in a folder). Is that possible?, I was thinking this might act as a last line of defence incase the errors table does not pick up the unsuccessful excel sheet.I got an extension on this, mainly because the supervisor is away, so the deadline has been extended till tuesday tommorow when he gets back.
Mannn, I’m developing a positive relationship with access now, I guess I don’t need to curse it as much as before..
Woooohhoooo. You the Man Pat, your access skills make all my I.T. Uni Lecturers look like amateurs.
13 weeks in a semester and a student hardly learns anything in depth such as this. -
WSmarkymark
AskWoody LoungerSorry, let me rephrase what I said earlier, there is actually calculations in the weights field. But that is no different for the other pmls that imported smoothly.
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Firefox 139
by
Charlie
34 minutes ago -
Who knows what?
by
Will Fastie
2 hours, 37 minutes ago -
My top ten underappreciated features in Office
by
Peter Deegan
38 minutes ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
7 hours, 30 minutes ago -
Misbehaving devices
by
Susan Bradley
15 minutes ago -
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
1 day, 1 hour ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
1 hour, 29 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
23 hours, 43 minutes ago -
Discover the Best AI Tools for Everything
by
Alex5723
23 hours, 51 minutes ago -
Edge Seems To Be Gaining Weight
by
bbearren
14 hours ago -
Rufus is available from the MSFT Store
by
PL1
22 hours, 3 minutes ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
2 days ago -
KB5061768 update for Intel vPro processor
by
drmark
43 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
3 hours, 1 minute ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
1 day, 20 hours ago -
Office gets current release
by
Susan Bradley
1 day, 23 hours ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
3 days, 13 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
2 days, 21 hours ago -
Stop the OneDrive defaults
by
CWBillow
3 days, 14 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
4 days ago -
X Suspends Encrypted DMs
by
Alex5723
4 days, 2 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
4 days, 2 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
4 days, 3 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
4 days, 3 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
3 days, 15 hours ago -
Enabling Secureboot
by
ITguy
3 days, 22 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
4 days, 11 hours ago -
No more rounded corners??
by
CWBillow
4 days, 7 hours ago -
Android 15 and IPV6
by
Win7and10
3 days, 21 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
5 days ago
Recent blog posts
Key Links
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.