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 58463 - 58492 of 76923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
58463
JPS- Can Shrink works only if there's nothing but data controls on the subform. Make each Subform about 0.01" high and set Can Grow to True. John Viescas,...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2008
8:33 am
58464
Patrica- Are you importing the Spreadsheet data? The best method would be to define an Access table for the fields that you need, define appropriate indexes ...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2008
8:38 am
58465
Patrica- Did you mean to say "replicate"? You should place a "copy" of the front end on each local computer. It's a bad idea to share a single front end over...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2008
8:39 am
58466
Merging values across records Code-less alternative ===================== Russ, If the maximum number of rows required to be merged for the given item is not...
A.D.Tejpal
adt_h
Offline Send Email
Mar 1, 2008
12:23 pm
58467
Hello Everyone, Another module I am working on is assigning users to folders. First, I have a form which allows users to defined Folders. Data is saved to the...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 1, 2008
3:01 pm
58468
Lyanne- There's no need to duplicate the Folder Name and Full User Name in your linking table. If you use a linking table, then a folder can have many users...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2008
4:02 pm
58469
Dear All, Please help me on how to do this: I have two tables, one is exactly the copy of the other. What I want to do is, there will be double data entry. ...
Kaizilege Karoma
kai_karo
Offline Send Email
Mar 1, 2008
4:32 pm
58470
Hi John, I will remove the Folder Name and the Full User Name from my table then. Folder Name is linked to the Folder Table and Full User Name is linked to the...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 1, 2008
4:32 pm
58471
Thank you John and adt_y for your help with this challenge. I suspect there is a real use for this out there. There are some really big retailers, of course....
carolyn
carol65441
Offline Send Email
Mar 1, 2008
4:52 pm
58472
Lyanne- The "standard" way to do this is to add a subform to the form that edits folders that edits your linking table. Set the Link properties of the subform...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2008
6:19 pm
58473
Kai- What is the structure of the two tables? What can you use to match rows? John Viescas, author Microsoft Office Access 2007 Inside Out Building Microsoft...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2008
6:20 pm
58474
Thanks, John I will try that one. I need to insert into the LDAPUserList table all the values from the LDAPUserListTemp table using the query below: ...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 1, 2008
6:43 pm
58475
Hi Lyanne, firstly, your fieldlist should not have table aliases, just fieldnames in the table you are inserting into (L.FullUserName,L.FirstName, ... --> ...
strive4peace
strive4peace...
Offline Send Email
Mar 1, 2008
6:57 pm
58476
Moderators, I posted a question last night/yesterday about combining multiple lines in a query. Please disregard. I see what I did wrong. Thanks, Russell...
Russell Hyland
russhyy
Offline Send Email
Mar 1, 2008
8:14 pm
58477
Good Day, I am relatively new to using Access but I need to use it for a school project to build an Accounting Database. I am trying to combine two queries...
avionelle
Offline Send Email
Mar 1, 2008
11:46 pm
58478
Hello again, I want to create a button on my 'Order Form' page which will convert the form into an invoice. Can this be done?...
avionelle
Offline Send Email
Mar 2, 2008
2:32 am
58479
Is it possible to create a user login form for each database user. Something like a network logon (but not quite)? Can any one help with this?...
avionelle
Offline Send Email
Mar 2, 2008
2:47 am
58480
Can you explain a little more about your header and detail forms? Are they two different forms? How are they related? Can you post the SQL for the queries? May...
Lonnie Johnson
prodevmg
Offline Send Email
Mar 2, 2008
4:10 am
58481
In Access when you create a new database, there is a wizard there are some templates that you can pick from. You may want to build a database from a template...
Lonnie Johnson
prodevmg
Offline Send Email
Mar 2, 2008
4:12 am
58482
avionelle- Asking you to build an Accounting database for a school project is like asking you to pilot a jet plane when you hold only a learner's license for ...
John Viescas
jlviescas
Offline Send Email
Mar 2, 2008
9:23 am
58483
avionelle- You should probably create a Report to produce the Invoice. Code behind your command button should open the report filtered for the current order. ...
John Viescas
jlviescas
Offline Send Email
Mar 2, 2008
9:25 am
58484
Dear John, my table structure is as follows: HCID - AutoNumber PatientID - Number FormNumber - text CenterNumber - text AdmissionDate - Date/Time DateOfBirth -...
Kaizilege Karoma
kai_karo
Offline Send Email
Mar 2, 2008
9:58 am
58485
Kai- It appears that HCID is the Primary Key of the two tables, but it's unlikely that you'll be able to match on that. A match on PatientID seems logical, ...
John Viescas
jlviescas
Offline Send Email
Mar 2, 2008
10:38 am
58486
God dag Crystal, I have just uploaded my present file, Tot-Ove1-3-march.zip. I have now come a bit forward and made the corrections that you suggested. I have...
Ove
ovebilling
Offline Send Email
Mar 2, 2008
12:48 pm
58487
Hello this is a code i created to be able to get the multiple users i have selected in the form. i was able to select the users in the form an select folder...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 2, 2008
1:08 pm
58488
Lyanne- I thought you removed both the user name and folder name from your "linking" table. The UsrID that you're inserting provides a link to the Users...
John Viescas
jlviescas
Offline Send Email
Mar 2, 2008
1:31 pm
58489
Hi John, i removed the user name and folder name already. i was referring to the username since that was the value seen in the form. it should have been saving...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 2, 2008
1:37 pm
58490
Lyanne- The Row Source of your list box should include the UsrID, and that should be the bound column. You can make the Column Width of that column 0" so that...
John Viescas
jlviescas
Offline Send Email
Mar 2, 2008
1:42 pm
58491
Thanks, John. I have already changed it. Now, I am having an error in Set frm = Forms!Form_Assign. what should be the value set in Set frm? John Viescas...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 2, 2008
1:43 pm
58492
hello, i have updated my code the one below but i am having an error in ctl = Forms![frmAssignUserstoFolders].Form![listFolderUserList] [code] Private Sub...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 2, 2008
1:59 pm
Messages 58463 - 58492 of 76923   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