Search the web
Sign In
New User? Sign Up
ms_access · Help and advice for users of MS access
? 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 18615 - 18644 of 21714   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18615
Hi Chad, There's a coupla options for this but for something a little different, set the form timer to 300, in the On Timer event type the following: Dim i As...
Robin
robin5151
Offline Send Email
Oct 1, 2005
12:44 pm
18616
Hi there, I use a query to search through a table that lists my company contacts. I have the queery so I can search for a company name or a city etc. What I...
cjbnashuk
Offline Send Email
Oct 1, 2005
3:07 pm
18617
Hello, You could try this: "SELECT * FROM tbl1AllAgencies WHERE (((tbl1AllAgencies.fldAgencyName) Like '" & Me.txtCrit & "' & '*'))" Remember to replace the...
Robin
robin5151
Offline Send Email
Oct 2, 2005
12:48 am
18618
Hi there, Thanks for that, however I am a real novice, where and how do I use this bit of code? Chris ... From: ms_access@yahoogroups.com...
Chris Nash
cjbnashuk
Offline Send Email
Oct 2, 2005
2:43 pm
18619
I have a table with some field. I have created a form based on those fields. Now if I cange the name of any field. It is reflected in the form but is not...
Amit
greatamit_2000
Offline Send Email
Oct 2, 2005
8:53 pm
18620
I have a problem here that I cannot debug - any help appreciated. Using MS Access 2003: I have a form with two subforms. The main form is tied (via a query) to...
tombrown1965
Offline Send Email
Oct 3, 2005
12:46 pm
18621
Are the subforms actually embedded in the main form and linked by a key field in the parent/child field property? tombrown1965 <tom.brown@...> wrote: I...
Lonnie Johnson
prodevmg
Offline Send Email
Oct 4, 2005
9:31 am
18622
Yes - both are embedded and linked to the main form by ProjectID (which is the key field of the table the main form uses via a Query) ...
Brown, Tom
tombrown1965
Offline Send Email
Oct 4, 2005
9:36 am
18623
Basically your forms and their data needs to be refreshed after add your new info. You do this by coding and event or running a macro when you click the close...
sage3k@...
sage3k
Offline Send Email
Oct 4, 2005
2:01 pm
18624
I don't have a close button on the main form and I would rather avoid having to have one. This is so I can see the main form and the embedded forms and move...
Brown, Tom
tombrown1965
Offline Send Email
Oct 4, 2005
2:20 pm
18625
I've had problems with the Me.Refresh command also, although not an error msg. I resorted to calling a macro to do the job. Let me qualify myself by saying I...
sage3k@...
sage3k
Offline Send Email
Oct 4, 2005
2:52 pm
18626
I used the Northwind database feature of uploading photos in a database I created in 2000. I have 'locked down' the db by clicking on Tools/Startup and...
Lynn
winpins
Offline Send Email
Oct 5, 2005
5:43 am
18627
I, too, have had the same exact problem and I've tried a macro but I must be placing it wrong because it still doesn't work. I have placed it when the Main...
Lynn
winpins
Offline Send Email
Oct 5, 2005
5:48 am
18628
I have two problems I need to get solved. 1. I have to put information from two tables in a form One field from one form is searchable and it should populate...
Richard Davis
rdcompcons
Offline Send Email
Oct 5, 2005
10:11 am
18629
I get an error when using this wizard to set up buttons: "Invalid use of Null" Any idea what is going on here. It will not allow me to set up buttons to open...
Dave Moreau
airportpalm
Offline Send Email
Oct 5, 2005
11:58 am
18630
AC2002 using default 2000 format I have a report based on a query that sorts correctly on lastname and is grouped on the first character of the lastname. The...
Norman Pearce
stormin828
Offline Send Email
Oct 5, 2005
12:25 pm
18631
I would be more proactive and use a macro with a button (SaveRecord) or action (AfterUpdate, OnChange on one of the the fields or last field that you're...
sage3k@...
sage3k
Offline Send Email
Oct 5, 2005
1:21 pm
18632
I have a report in an Access file that someone created for me. I have NO real experience in Access, it was all done for me, and now I want to do some editing. ...
Susan Gardner
weistling
Offline Send Email
Oct 5, 2005
4:34 pm
18633
Is everyone using the same version of Access with the same Service Pack level? That would be the first thing that I would check for troubleshooting your...
Crosier, Dawn
dlc110161
Offline Send Email
Oct 5, 2005
8:39 pm
18634
Hi, When my form subform loads the top of the form doesn't appear because all the fields on the "form" are locked, so no one can change data. The cusor jumps...
eliotchs
Offline Send Email
Oct 5, 2005
9:21 pm
18635
Hi Tom, Once you enter new project record. Save that record before adding data in the linked form. Regards Amit ... === message truncated === ...
amit dutta
greatamit_2000
Offline Send Email
Oct 6, 2005
4:24 am
18636
I believe, and could be incorrect, that older versions of Access will not show .jpg files of any sort...only .bmp files. If they have an older version than...
Dave Moreau
airportpalm
Offline Send Email
Oct 6, 2005
12:18 pm
18637
Who could help me modifying this code (that prints a form), so that the user can choose the printer he/she wants in a list (i suppose that as it is, the below...
Clauss Gilbert
gilbert.clauss@...
Send Email
Oct 6, 2005
1:56 pm
18638
No, they are all probably using different versions but all should be 2000 and above. I have 2000/2002 and designed it with a 2000 file format. I also...
Lynn
winpins
Offline Send Email
Oct 6, 2005
3:04 pm
18639
I'm a little confused about what you want, but to get a new line in a text box, you want a HARD Return, which is Shift/Return. Try that. Next, you cannot, to...
Lynn
winpins
Offline Send Email
Oct 6, 2005
3:14 pm
18640
Well..... Yes, and No. On the ones who did not work. Open up the VBE and see if in the Tools, References there are any MISSING references. This can happen...
Crosier, Dawn
dlc110161
Offline Send Email
Oct 6, 2005
3:45 pm
18641
Lynn - You are correct about a regular text box, You can not add formatting to text. However, there are rich text controls which you can add which permit...
Crosier, Dawn
dlc110161
Offline Send Email
Oct 6, 2005
6:10 pm
18642
Lynn, Yup, Shift/Return, that is what I've been looking for! Thank you very much. I had tried ctrl/return, I think it was and that didn't work. Now is is...
Susan Gardner
weistling
Offline Send Email
Oct 6, 2005
7:37 pm
18643
Dawn, Thanks for the idea, but I don't think I can convince our school district to spring for the "doe-ra-me" just so I don't have to slide my bolded text box...
Susan Gardner
weistling
Offline Send Email
Oct 6, 2005
8:43 pm
18644
I need to be able to reflect total hours worked. On my form I have two fields StartDate and Enddate both fields have the full date and time. this is the code...
eileen1309
Offline Send Email
Oct 6, 2005
10:49 pm
Messages 18615 - 18644 of 21714   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