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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 49702 - 49732 of 76892   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
49702
Hi Yep, there is a connection between the forms: the main forms primary key (an ID number - automatic counter), and a field in the subform (foreign key). The...
erikinc99
Offline
Jun 1, 2007
7:57 am
49703
Erik- You shouldn't allow the user to enter subform records when the outer form is on a new record. You can trap it in Form_BeforeInsert: Private Sub...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2007
10:08 am
49704
Hi, Mike, Hi everyone. As John said, the new code sample is required. Another thing I would like to know is what you want to achive with the two recordsets. ...
lovemore nanjaya
lovemoren1
Offline Send Email
Jun 1, 2007
10:50 am
49705
A.D. Thanks for sticking with me on this. I'll go back and review your sample again and with this explanation I should be able to understand it. I didn't...
Jim C
liteguy.rm
Offline Send Email
Jun 1, 2007
11:38 am
49706
I'm not sure I will be able to do that until about Tuesday because of my schedule is pretty tight through Monday. Thanks for you help. I did learn how to...
Jim C
liteguy.rm
Offline Send Email
Jun 1, 2007
11:44 am
49707
Jim- You can do it in the Open event of the form: Private Sub Form_Open(Cancel As Integer) ' Force the recordset to load Me.SetFocus Me.SomeControl.SetFocus '...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2007
11:58 am
49708
I posted back in February and never saw an answer (I just checked the web forums and there was no answer). I'll try again. Any insight would be appreciated....
Web Sites
geh_slh
Offline Send Email
Jun 1, 2007
12:14 pm
49709
Thanks for the input. This is helpful and thought provoking. I can see room for improvements. This is a great help group....
Daniel Combs
krillen007
Offline Send Email
Jun 1, 2007
12:18 pm
49710
Try: InjectionTotals: DSum("InjTotal","tbl_ColumnLog","LC_Column=" & [Enter Column ID]) You might also need to explictly declare [Enter Column ID] in Query / ...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2007
12:40 pm
49711
Glad to help. Be sure to let us know how you make out. It would be very interesting to find out how much space you save depending on which graphics (if any)...
Bill Mosca
wrmosca
Offline Send Email
Jun 1, 2007
2:07 pm
49712
In MS_Access_Professio <mailto:MS_Access_Professionals%40yahoogroups.com> nals@yahoogroups.com, "Bill Mosca" ... again I will shoot myself. And you'll save...
Erik and Kim Smakal
kim_smakal
Offline Send Email
Jun 1, 2007
2:27 pm
49713
'By the way, you mentioned from the beginning that this is an unnormalized table - and that's really the root of your problem. Why are you forced to use the...
Erik and Kim Smakal
kim_smakal
Offline Send Email
Jun 1, 2007
2:48 pm
49714
You'll get no argument from me, Kimberly. Another pet peeve of mine is a website with a black background and blue or red text. What were they thinking?! Bill ...
Bill Mosca
wrmosca
Offline Send Email
Jun 1, 2007
2:56 pm
49715
Sorry John, I don't have the code now. I started going in a different direction, but still having issues with it too. Ultimately, my procedure needs to be...
mithomas48
Offline
Jun 1, 2007
3:36 pm
49716
Hello, I have been asked to produce a report about network signons and I was wondering if there is a way to access the AD from Access/VBA and pull data such as...
James LaBorde
jlabordeswfcu
Offline Send Email
Jun 1, 2007
4:09 pm
49717
Kimberly- That makes sense. The toughest jobs usually involve trying to clean up someone else's mess. You'll probably need a lot of these ugly queries to try...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2007
4:28 pm
49718
Mike- Sounds like a simple query problem to me. What's the structure of the tables involved, and what do you want to see (or not see) in the output? John...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2007
4:28 pm
49719
James I just uploaded a file named basActiveDirectoryUserList.bas to our Files section. I got it from somewhere on the web. You can probably use it as a ...
Bill Mosca
wrmosca
Offline Send Email
Jun 1, 2007
4:56 pm
49720
John - Below is the select code. My thinking is that I use two loops. 1. The first captures the investor number. 2. The second runs through the record set to...
mithomas48
Offline
Jun 1, 2007
5:05 pm
49721
I had to comment out the line Me.SomeControl.SetFocus Then it worked. I tred changing it to Me.FormcloseButton.SetFocus but it still didn't work but...
Jim C
liteguy.rm
Offline Send Email
Jun 1, 2007
5:16 pm
49722
... When I do that I get "Data type mismatch in criterion expression" when running the query. The column field type is a text field, but the values I'm...
geh_slh
Offline Send Email
Jun 1, 2007
5:23 pm
49723
Mike- No temp table should be required. If I understand your problem, you want all Investors (Master_Table?) who have no date-stamped record in the ...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2007
5:35 pm
49724
It should have worked if you declared the parameter as Text. I'll have a look when you upload. Just reply to this thread to let me know it's there. John...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2007
5:37 pm
49725
Hmmm, I tried the below process and it seemed to work fine, however when I re-opened it, the file actually INCREASED in size by about half a meg. Is this bad?...
Lee
leevt99
Offline Send Email
Jun 1, 2007
5:45 pm
49726
Lee An increase in size is expected when you open it. But it should go back down when it is closed if the Compact on close is set. Depending on the amount of...
Bill Mosca
wrmosca
Offline Send Email
Jun 1, 2007
6:10 pm
49727
After you decompile, when you open it recompiles so some increase would be expected. After the Slight increase, is it smaller than it used to be. If so that...
Myra Symons-Kazanci
myrafly
Offline Send Email
Jun 1, 2007
6:19 pm
49729
John - The form will display non-approved records (i.e. records from the Master Table that are not = 1/1/1900 in the Verification Table.) Initially, the user...
mithomas48
Offline
Jun 1, 2007
6:55 pm
49730
Mike- I'm sorry, but I still don't get it. I asked you to post the structure of the tables and the relevant fields, and you didn't do that. 1. What's in...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2007
7:09 am
49731
Dear friends, I need your help, I am trying to find a way to calculate the value of the inventory based on First In First out, Please if you an example send it...
aboseda
Offline Send Email
Jun 2, 2007
7:15 am
49732
In order to create a FIFO inventory control you would need to include a delivery date or some kind of sequential ID field. The item cost would be included...
Bill Mosca
wrmosca
Offline Send Email
Jun 2, 2007
3:40 pm
Messages 49702 - 49732 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