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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 46134 - 46163 of 76892   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
46134
Hi Stan, I ran into that problem some time ago and it took me over a month to figure it out. The following code works seemlessly me for me on my PC, but on my...
djsdaddy531
Offline Send Email
Feb 1, 2007
10:43 am
46135
I tried putting an error trap on it myself, but couldn't get it to work and access would blow up on each attempt. I searched the archives too and wasn't able...
Jim C
liteguy.rm
Offline Send Email
Feb 1, 2007
11:39 am
46136
Or for Access 2000 for that matter? Jim...
Jim C
liteguy.rm
Offline Send Email
Feb 1, 2007
11:43 am
46137
Hi David, Thanks for your response and providing the code that you use. There was just one little tiny parameter that I needed to change (in the...
Stan Helmle
stanhelmle
Offline Send Email
Feb 1, 2007
1:00 pm
46138
Liz, As stated in your post, you have resorted to splitting the contents of memo field into multiple substrings, followed by eventual concatenation. The...
A.D.TEJPAL
adt_y
Offline Send Email
Feb 1, 2007
1:08 pm
46139
I added the sql statements and that's what's not working, I thought I could declare these statements, add the sql and it would work. I have stepped through...
Clevenger, Elizabeth L
liz_clevenge...
Offline Send Email
Feb 1, 2007
1:20 pm
46140
Thanks so much everyone for all your help. I really appreciate it. ... Kazanci ... put ... to ... but...
aj2_2007
Offline Send Email
Feb 1, 2007
1:29 pm
46141
Thanks Bill. I'm starting to go a little crazy with all of these database problems. I'm a data analyst, not a programmer, or developer, or anything like...
avmedgnv
Offline Send Email
Feb 1, 2007
2:15 pm
46142
I am creating a Form in Access. I need to bring a picture backgroud to lay fields on it. I can't get the picture the correct size in Access. Any help is...
sandrsn2
Offline Send Email
Feb 1, 2007
2:15 pm
46143
I'm creating a database for our clinical staff. They need the client's diagnosis, in each note. To create a new note, they select the client's name from a...
s_loupin
Offline Send Email
Feb 1, 2007
2:23 pm
46144
Instead of ƒK`µ&#16611, read four hollow boxes. [] [] [] [] ... list. ... doesn't ... diagnosis code...
s_loupin
Offline Send Email
Feb 1, 2007
2:30 pm
46145
aj, The problem reported by you arises when trying to create a recordset based upon query using parameters. A convenient remedy lies in replacing the...
A.D.TEJPAL
adt_y
Offline Send Email
Feb 1, 2007
3:06 pm
46146
Darrell, Thanks. I'd figured that part out, just not WHAT parameter. This VBA is too far advanced for me - I'm going back to my tried and true macros - they...
banphriosa
Offline Send Email
Feb 1, 2007
3:13 pm
46147
What you need to do is set the form's picture to the image you want. That way it will stay the size of the form. But keep in mind this will add a lot of bloat...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2007
4:36 pm
46148
I assume you mean the Left() function. The Left function gets a number of characters from a string starting with the first one and moving to the right. What...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2007
4:41 pm
46149
AJ I hate seeing you say that. While I have nothing against macros (no, really!), I don't like seeing someone who has come so far in Access developing just...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2007
4:47 pm
46150
Pierre It would be nice if Microsoft made developer's editions/extensions free going back to all versions, but I doubt it. But think about it, this is a really...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2007
5:03 pm
46151
Carolyn Yeah, it's really pretty simple. About booleans (bits). Access sees them as -1 even though it understands how SQLS stores them as 1. But, your Access...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2007
5:29 pm
46152
Ed You sound like Bones on Star Trek. "Dammit, Jim! I'm a doctor not an engineer!" Every successful job grows as the employee grows. I wasn't always rich and ...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2007
5:33 pm
46153
Okay, Bill, I hear you. It's just that I was in a time crunch. This group (WQ and EPA) had their meeting back at the beginning of January, IT offered the ...
banphriosa
Offline Send Email
Feb 1, 2007
5:38 pm
46154
I have two tables that are linked together. The first called tblPO has a text field called VendorID it is the fk to tblVendors field VendorName (text). WhyI...
kc5dgc
Offline Send Email
Feb 1, 2007
5:54 pm
46155
A.D., Thank you so much for both the explanation and the examples. I have been trying them out, and have gotten the program almost to work. Actually, I can...
banphriosa
Offline Send Email
Feb 1, 2007
6:00 pm
46156
Jim The error break setting that Clive gave you should be used for debugging only. Distributed databases should have the setting on "all unhandled errors" The...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2007
6:07 pm
46157
aj, It is nice to note that you are making good progress. Please go to VBA window, open the Options dialog box (click Tools > Options) and go to General tab....
A.D.TEJPAL
adt_y
Offline Send Email
Feb 1, 2007
6:38 pm
46158
A.D. Please disregard the following question. I managed to talk to our server people, and found that, although the path to the spreadsheet is listed as that...
banphriosa
Offline Send Email
Feb 1, 2007
6:41 pm
46159
David, Could you please refer to my post of 30-Jan-2007 and confirm whether sample file Query_MonitorAnnualEvents.zip has since been downloaded by you? This...
A.D.TEJPAL
adt_y
Offline Send Email
Feb 1, 2007
7:00 pm
46160
Charles This is certainly not going to be easy changing keys in existing records. But it can be done if you use care. Set up: 1. If you have a relationship...
Bill Mosca
wrmosca
Offline Send Email
Feb 1, 2007
7:24 pm
46161
A.D., I checked all the reasons Bill mentioned that could cause the Access bug to respond the way to memo fields. I didn't have anything going on that matched...
liz_ravenwood@...
lizravenwood
Offline Send Email
Feb 1, 2007
7:33 pm
46162
I have solved the problem. How I did it was to delete the relationship and then I wrote a vb.net program to bring in the VendorName and VendorID from the...
Charles Rader
kc5dgc
Offline Send Email
Feb 1, 2007
7:33 pm
46163
I have a form with a text box and button and want to run an Access query that takes an input parameter. I have the following code for the button: I get an...
Michael S
michael971
Offline Send Email
Feb 1, 2007
7:35 pm
Messages 46134 - 46163 of 76892   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