John- Is there any site to learn RibbonX or VB commands to load the custom Ribbon? Thanks a lot! Kevin ... version on ... or ... release. ... 2003. ... the ......
Str1 is postal address in Japanese. Str2 is Telephone number in Englisg/Japanese. Under this situation Me.TextWidth( Txt) always smaller than: (Me.Txt_A.Width...
I have a network database in which about 15 to 20 users use to enter information. Recently, over the last few weeks, I have been seeing a lot of error...
We have 3 developers making changes to an Access 2003 adp. We all work in different locations and update via ftp. We currently alter the other developers to...
Thank you, John, I'd already done that and gotten the same problem. Was hoping that the data type would be an easy answer. Now to go deeper - think I better...
John- I did add some buttons on the top menu bar, but only the icons show. Is that possible to show the text as well? Thanks! Kevin ... version on ... or ... ...
Gats, This link helped me greatly in fixing that exact problem. I hope it helps you too. It is a fairly in depth process but don't give up you will love the...
Yes, it was another typo, (see below) this one a missing "l" in tbHowPumps.H_PumpDate. Thanks for stopping one line of futile investigation and saving me...
Hi Darwin, Thanks for your remarks about the group. Every time I visit any other group it makes me appreciate Access Professionals all the more. I don't...
Yes, it was another typo, (see below) this one a missing "l" in tbHowPumps.H_PumpDate. Thanks for stopping one line of futile investigation and saving me...
Diana There is a source control software called Visual SourceSafe (VSS) that comes with the Visual Studio Tools for Office. VSTO must be purchased. Access 2007...
Darwin I'm glad you find our group so useful. Concerning your skill level, I'd say if you are beyond "How do I show order details for an Order?" you can...
Hi Darwin, what is the equation you are using? If this is in a query, can you post the SQL? Warm Regards, Crystal * (: have an awesome day :) * Darwin...
Is there a way to force code to ignore a compile error? Namely, "Method or Data Member not found." My goal is to have code in a form that does NOT require...
Kevin- Do you mean you customized the QAT? I think there's a place in Access Options that you can modify the settings of the QAT - I don't have a machine with...
Thanks, that would be logical, but the lessons are the classes. The word lesson was used instead of class so this is the exact # of classes (lessons) that...
I want a form available to anyone online that will automatically populate my database when someone fills it in and submits it. I do not want anyone to be able...
Miss Jessica, Got to "Tools".. Options.. then click the Edit / Find tab. Uncheck all the checkboxes under "Confirm:" Record Changes Document Deletions Action...
Jessica Put this in your form's Load event: 'Turn off warning DoCmd.SetWarnings False Put this in your form's Unload event: ''Turn on warning DoCmd.SetWarnings...