Hi,
jjdm, I was reading your response there... could you explain this to me? I think I'm having the exact problem which you described in your message but I have no idea how to solve it. I posted my problem a couple posts before but no one responded. :(
I'd appreciate any help, even if it were...
Hi,
I'm having a bit of trouble with my webpage and I was hoping someone here could help me out...
I have a java script that works like this:
1) User clicks on thumbnail
2) Script builds page with appropriate picture and caption that correspond to the thumbnail the user clicked on.
the...
well, I solved it... took me a while and gave me quite a headache but I did it...
found this article, and it was a bit of help...
http://support.microsoft.com/support/kb/articles/Q251/3/29.asp
Here's the line that was the real kicker:
If DataEnvironment.recordset.state then...
OK,
solved that problem, but now I face a new one...
The first problem, was due to the fact that I'm an idiot and ... well yeah, I'm an idiot. :P I didn't open the database in Shared mode so when the DataEnvironment tried to make another connection to it I guess, it crapped out. I'm using DAO...
Hi,
I'm having a lot of trouble changing the CommandText property of a Data Environment.
I just moved over to an Access 2000 Database which in turn uses the Jet 4.0 OLE DB Provider. But when I try and change the CommandText property in code I get the following error:
Run Time Error...
WAHOO!! :) I figured it out! :)
Actually, what I did was take Gord's first statement and made some adjustments to it. Here's what it looks like:
SELECT Accounts.*
FROM Accounts INNER JOIN Members ON
[Accounts].[Account_Name]=[Members].[Members]
WHERE ((([Members].[Account_ID])=2586));
And...
Wow! lots of questions. I do apologize. I didn't mean to cause so much grief with you guys.
My name is Nicholas by the way. :)
I didn't want to send a barrage of information as I know sometimes I get "flamed" for doing so. :(
To test the above solutions, please correct me if I am...
Hey guys!
Thanks for the replies. You have to forgive me as I am not an expert at Access as you guys are. :( I do want to apologize ahead of time if I am answering/asking the wrong questions.
To simplify things I will attempt to explain what I need to do...
I have 2 tables:
Syntax: <Table...
Hi,
I'm trying to build a single sql statement out of the 2 statements below but I have no idea how, or even if it is possible to do. Can anyone enlighten me?
SELECT Accounts.[Name], Accounts.[Address], Accounts.[Phone]
FROM Query1 INNER JOIN Accounts ON Query1.[Members] = Accounts.[Name]...
Hi,
I don't know anything about perl but if you use the Shell command in Access to execute your perl script, you might find this webpage of some help. It helped me when I ran into a similar problem, except I was running a simple batch file. ;P
here's the link.
http://www.visbasic.com/shelland.htm
Hi,
I'm making a simple macro that executes a batch file that creates a text file then the macro uses this text file to import data into a database.
The trouble I'm running into though, is that Access runs the runApp command asynchronously meaning that it doesn't wait until it finishes before...
hi,
well, this is an update to my question....
i figured out that its my parameter that is causing the trouble.
my batch file accepts one parameter. the problem is that the parameter must be enclosed in quotes in order to execute properly. However when I construct the string to pass to the...
Hi,
me again... I'm having trouble executing a batch file using VB code in Access...
I've attempted to use the Shell() function but it keeps telling me that its an invalid procedure call... seems to work fine for .exe's but when I put in a .bat file to execute it gives me the error...
any ideas?
hey,
k, I fixed it! :)
had to declare the recordset variable as a DAO.Recordset type instead of just a Recordset type... I have no idea what difference that is. :\ guess its just one of those "Access" tidbits...
Thanks for your help though. I appreciate it.
... now I gotta figure...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.