-
WSishasingh
AskWoody LoungerDecember 2, 2002 at 2:21 pm in reply to: Importing data from internet in Access database (Access 97) #635792Thanks Hans…..I think you posted your post while I was still composing mine….
-
WSishasingh
AskWoody LoungerDecember 2, 2002 at 2:19 pm in reply to: Importing data from internet in Access database (Access 97) #635791Thanks it worked.
I just found out the easiest way to do it.
The Hyperlink address propert y of the command button can be used to set it up directly…..Thanks a lot guys
Isha
-
WSishasingh
AskWoody LoungerDecember 2, 2002 at 2:01 pm in reply to: Importing data from internet in Access database (Access 97) #635779OK then I would do it in two steps:
Will have a form with two command buttons: One will take the user to this webpage…..the user will download the excel file.
Second button will import the excel file into access.
I need some help in writing the code for 1st button.
By using the wizard that comes up when you put a new command button on the form I have been able to open the explorer on click of this button….code is:stAppName = “C:Program FilesInternet ExplorerIEXPLORE.EXE”
Call Shell(stAppName, 1)How can I make this page to go directly to a particular web site say http:/ /www.cnn.com/
Isha
-
WSishasingh
AskWoody LoungerDecember 2, 2002 at 12:26 pm in reply to: Importing data from internet in Access database (Access 97) #635757Charlotte,
Yes my receipt control system is a Access database. I need to provide some interface in my application so that by clicking on a command button user is able to go to the webpage of website that is doing websurvey and download a file directly into the system (IF possible)…..otherwise into an excel file and then I could import it into my system.
This website has provibed a option by which we can download the excel file.
I hope I have been able to explain it properly….otherwise plese let me know…
Thanks….. -
WSishasingh
AskWoody LoungerNovember 29, 2002 at 5:00 pm in reply to: Getting the application’s path at network (MS Access 97) #635439I realised all I want to solve this problem is the application path.
Here is the code that I used to get the path of the mdb:Public Function GetAPath()
Dim FullPath$, AppPath$
Dim DB As Database
Dim iloc As Integer
Dim X As IntegerSet DB = CurrentDb
FullPath = DB.Name
For X = Len(FullPath) To 1 Step -1
iloc = InStr(X, FullPath, “”)
If iloc 0 Then
Exit For
End If
Next XGetAPath = Mid$(FullPath, 1, iloc)
End Function
And then I am calling this function from the following :
Private Sub exportFile(qryName As String)
DoCmd.TransferSpreadsheet acExport, 8, qryName, GetAPath + qryName, True, “”
End Sub -
WSishasingh
AskWoody LoungerThanks.
-
WSishasingh
AskWoody LoungerThread locked – please respond to the duplicate thread in Excel using the link below – WendellB 21-Aug-02 11:07
Hi ,
I need some help on this problem . I get a excel sheet from users.
In one of the column depending on the status of a task, cells are filled with either RED or GREEN color. I import this excel sheet to Access and then generate a report. Now in this report my users wants to see the same colors as in excel sheet. Is there a way to read the color in excel sheet while importing ?? -
WSishasingh
AskWoody LoungerAugust 21, 2002 at 1:46 pm in reply to: Read cell color while importing into access (Excel 2000) #610379Can you explain it a little more
-
WSishasingh
AskWoody LoungerAugust 14, 2002 at 12:38 pm in reply to: ADO/ VB6/Access 97…Runtime Error…URGENT (Access 97/VB6) #608423No the .mdb was on my C: and I replaced the .mdb with a new one and it started working. It seems this problem happens in 2 cases because there is bug in the Microsoft OLE DB Provider for Jet version 3.51. Accidently one of the fields changed to memo and it started giving the error. For more detail on this you can go to
Memo field in Access:
http://support.microsoft.com/default.aspx?…b;en-us;Q198532Thanks anyway
Isha -
WSishasingh
AskWoody LoungerMark, could you please give me a sample code.
-
WSishasingh
AskWoody LoungerThanks!
Creating form in datasheet view is a fantastic idea.
Thanks a lot for your help. -
WSishasingh
AskWoody LoungerYou can deal with this problem in two ways…
The easy alternative is to add ‘On Error Resume Next’ immediately after all you dim statements.
The other alternative is to check each of your str variables for null within your addnew statements…Like
With rsLog
.AddNew
If Not Forms!frmPhyChanges!ProviderName.Value & “” = “” Then
.Fields(“ProName”) = strProName
end if
Let me know if it still doesn’t work -
WSishasingh
AskWoody LoungerI don’t know if you have do it just once or it is a routine data import.
if its not routine then you can do something like this
give all the columns some appropriate name and Import it to access.
in access you can make some queries to separate the data as required. -
WSishasingh
AskWoody LoungerJanuary 4, 2002 at 1:54 pm in reply to: Newbie Question: Suddenly Unprintable Forms (97 SR-2) #561565Instead of creating form again from scratch…try this
In th database window right click on the form name (the one with problem)
and click on ‘Save as Report’…..
give it a appropriate name and take a printout….
if u want to see this report from the form….provide a command button on the form
and on its click event call this reportIsha
![]() |
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
-
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
11 hours, 11 minutes ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
6 hours, 55 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
9 hours, 45 minutes ago -
Discover the Best AI Tools for Everything
by
Alex5723
9 hours, 54 minutes ago -
Edge Seems To Be Gaining Weight
by
bbearren
3 minutes ago -
Rufus is available from the MSFT Store
by
PL1
8 hours, 6 minutes ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
1 day, 10 hours ago -
KB5061768 update for Intel vPro processor
by
drmark
17 hours, 22 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
13 hours, 33 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
1 day, 6 hours ago -
Office gets current release
by
Susan Bradley
1 day, 9 hours ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
2 days, 23 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
2 days, 7 hours ago -
Stop the OneDrive defaults
by
CWBillow
3 days ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
3 days, 10 hours ago -
X Suspends Encrypted DMs
by
Alex5723
3 days, 12 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
3 days, 12 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
3 days, 13 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
3 days, 13 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
3 days, 2 hours ago -
Enabling Secureboot
by
ITguy
3 days, 9 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
3 days, 21 hours ago -
No more rounded corners??
by
CWBillow
3 days, 17 hours ago -
Android 15 and IPV6
by
Win7and10
3 days, 7 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
4 days, 10 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
4 days, 12 hours ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
4 days, 7 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
4 days, 20 hours ago -
May preview updates
by
Susan Bradley
4 days, 7 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
3 days, 23 hours 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.