Search the web
Sign In
New User? Sign Up
MS_Access_Professionals · MS Access Professionals
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 56072 - 56101 of 76926   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
56072
Hi Bill, Thanks for your reply. I downloaded and installed the updates, and compacted/repaired the database, but am still getting the "ActiveX component can't...
Sara
sarakay123
Offline Send Email
Jan 1, 2008
7:46 pm
56073
Hi Sara I'm glad some good came of it. Do you get the error if you open a new database and create a new form from scratch? Bill From:...
Bill Mosca
wrmosca
Offline Send Email
Jan 1, 2008
7:50 pm
56074
Hi Tourkey Congrats on using a query and basing the form on it, most struggle with that. You didn't state your table field structure but would I be right in ...
Brett Collings
sumbrett
Offline Send Email
Jan 1, 2008
8:58 pm
56075
Hi Bill, Yes. I created a new database and the ActiveX error message occurred when I tried to create a list box on a form. But before that, also in the new...
Sara
sarakay123
Offline Send Email
Jan 1, 2008
11:52 pm
56076
Hi Sara Are you running on Windows Vista? If so, take a look at the response from nobugz in this thread: ...
Bill Mosca
wrmosca
Offline Send Email
Jan 2, 2008
1:42 am
56077
Ah! I bet that is the issue. What are the libraries listed in the code window References? Open the code window and click on Tools>References. Bill From:...
Bill Mosca
wrmosca
Offline Send Email
Jan 2, 2008
1:44 am
56078
Hi Brett, The Colours table consists of: ID (autonumber) Colour (text) The Client table consists of: Client_no (autonumber) name (text) address (text) ...
toukey1
Offline
Jan 2, 2008
2:00 am
56079
Hi John, Here are the answers to your questions: 1) Control Source - blank ... [colour].[Colour] FROM colour; ... of the ... toukey1 ... jersey ... name, ... ...
toukey1
Offline
Jan 2, 2008
2:04 am
56080
Thanks Clive. ... the ... the...
toukey1
Offline
Jan 2, 2008
2:05 am
56081
Happy New Year to All! I have created my first add-in and it works quite well except for one thing. I have been unable to get a list of reports to fill a ...
hunterpaw
Offline
Jan 2, 2008
6:25 am
56082
Toukey- In an earlier post, you said your tables look like this: The Colours table consists of: ID (autonumber) Colour (text) The Client table consists of: ...
John Viescas
jlviescas
Offline Send Email
Jan 2, 2008
6:46 am
56083
Patrick- When you run a query in an add-in in a form that's in the add-in, I believe the context of the engine is the code database. You might have to do ...
John Viescas
jlviescas
Offline Send Email
Jan 2, 2008
6:57 am
56084
Hi John, You are amazing! I tried your query and it works just great! I learned something. I did not know you could use another database name in a query. I...
hunterpaw
Offline
Jan 2, 2008
8:59 am
56085
Pat- Yeah, it's tricky doing bound forms or reports in an add-in or library database. That's one of the obscure uses for the IN clause in Access SQL. Nope, my...
John Viescas
jlviescas
Offline Send Email
Jan 2, 2008
9:12 am
56086
Thanks John. I will give that a try. Toukey ... make "Colour" the ... property either ... toukey1 ... the ... the...
toukey1
Offline
Jan 2, 2008
1:26 pm
56087
Hi John, Your suggestions below worked. Thanks a million. Regards Toukey ... make "Colour" the ... property either ... toukey1 ... the ... the...
toukey1
Offline
Jan 2, 2008
2:24 pm
56088
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the MS_Access_Professionals group. File :...
MS_Access_Professiona...
Send Email
Jan 2, 2008
2:25 pm
56089
Jim, My sample db named Query_DateSpansInDateRange.zip, uploaded to Samples folder in Files section, demonstrates the approach outlined in my earlier post...
A.D.Tejpal
adt_h
Offline Send Email
Jan 2, 2008
2:27 pm
56090
<http://geo.yahoo.com/serv?s=97359714/grpId=6448978/grpspId=1705115370/m sgId=56020/stime=1198869285/nc1=3848627/nc2=4670553/nc3=4990216> Happy New Year...
PENKIN Bernhard T
bernie_penkin
Offline Send Email
Jan 2, 2008
3:25 pm
56091
Bernhard- Does the code in COMMETS_Click work? I notice you're using Forms!User there instead of Me. Is "USERID" a control on the form, or is it a field in...
John Viescas
jlviescas
Offline Send Email
Jan 2, 2008
3:39 pm
56092
Hello John, It is a comment box that we enter people on vacation and then clear it when they come back. The data is saved to a table for historical purposes....
PENKIN Bernhard T
bernie_penkin
Offline Send Email
Jan 2, 2008
4:01 pm
56093
OK, Bernie it is! What is the name of the form? Does the form have a Recordset? Is there a control called USERID on the form? Help me out here - I feel a...
John Viescas
jlviescas
Offline Send Email
Jan 2, 2008
4:40 pm
56094
John, I uploaded a copy of the subform and table to the groups Assistance Needed folder. It is called Vacations. I was able to isolate the form and table,...
PENKIN Bernhard T
bernie_penkin
Offline Send Email
Jan 2, 2008
4:54 pm
56095
I'm still trying to set a PassThrough query's ODBCConnectString property using code; Access Help on "ODBCConnectStr Property" says "You can set this property...
Paul Cook-Giles
barongiles
Offline Send Email
Jan 2, 2008
4:57 pm
56096
Paul- If Help says it is a property of a QueryDef object, then you don't need to open the query in the UI and do the funky RunCommand. You should be able to ...
John Viescas
jlviescas
Offline Send Email
Jan 2, 2008
5:18 pm
56097
Bernie- You do indeed have a control on the form called USERID, and the Control Source is a field named Userid. But here is your Record Source: SELECT...
John Viescas
jlviescas
Offline Send Email
Jan 2, 2008
5:25 pm
56098
If I remember correctly to designer of this form told me the USERID some how linked to the user login id on the particular computer they were at for that...
PENKIN Bernhard T
bernie_penkin
Offline Send Email
Jan 2, 2008
5:31 pm
56099
I'm having problems with a combo box. I've uploaded a file to the 2_AssistanceNeeded folder, OrderSample.zip The combo boxes are on the form...
runuphillracing
Offline Send Email
Jan 2, 2008
5:38 pm
56100
Bernie- No, it does not. The form as designed basically has an error - there's a control referencing a non-existent field. Is there a UserId in the VACATION ...
John Viescas
jlviescas
Offline Send Email
Jan 2, 2008
5:56 pm
56101
John, I took a look at the other similar forms. Found that there is a user id section, but don't know where it comes from. I will continue to poke around to...
PENKIN Bernhard T
bernie_penkin
Offline Send Email
Jan 2, 2008
6:15 pm
Messages 56072 - 56101 of 76926   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help