| Thread | Last Post | Replies |
|
| new data in continuous form | 11 Apr 2006 14:54 GMT | 2 |
Good morning, Which event will be triggered whenever a user enters new data in a continuous form or when they edit/modify an existing entry? Thank you,
|
| INSERT INTO problems | 11 Apr 2006 14:24 GMT | 4 |
I am having problems with the follwoing INSER INTO statment it comes up with a (Enter Parameter Value) and i dont know why This is the code Dim strT As String
|
| Speeding up form with numerous subforms | 11 Apr 2006 14:03 GMT | 3 |
I have a pretty complicated form with numerous subforms, and some of the subforms have subforms as well. I inherited this application and I'm trying to increase the speed. Some questions: - Many of the queries underlying the form are "SELECT *" queries. I
|
| Design Help??? | 11 Apr 2006 13:41 GMT | 13 |
Ok guys, How should I go about doing this? I have to create a Drawing Database which I will assign drawing numbers and give descriptions of the drawings. The thing is. There will be 9 different types of Drawing. Assembly, Weldments, Parts, Installation, Schematic, Layout, Spec's, ...
|
| Lebans richtext control - import doc or rtf | 11 Apr 2006 13:33 GMT | 2 |
I'm using Lebans richtext control, http://www.lebans.com/richtext.htm, and i need to load a word doc into it. On his site, it lists LoadRTFfile as a property, but that is not being recognized as a valid property. Has anyone successfully loaded a doc into his control? I
|
| String Pattern | 11 Apr 2006 13:23 GMT | 2 |
I was wondering if anyone could explain what exactly this pattern means? oRE.Pattern = "\b.{0,1500}(?:\W|$)" Thanks. -State
|
| MousePointer | 11 Apr 2006 12:51 GMT | 1 |
how can i change the MousePointer apearence to a finger icon? thanks
|
| Emailing a SNAPSHOT file via SENDOBJECT | 11 Apr 2006 12:30 GMT | 13 |
I need to use the VBA SendObject command to send an email containing an SNP file (report). The options for that command do not show how I can specify the SNP format. How can I do that please?
|
| Direct Printing of Reports | 11 Apr 2006 09:28 GMT | 2 |
is it possible to print a report without opening it? i just wanna press one button and then get directly to the printing dialog! This is how i do it now. I open the Report: DoCmd.OpenReport "repEinsatzbericht", acPreview, , "tblAuftraege.atID =
|
| subforrms | 11 Apr 2006 07:37 GMT | 1 |
I have a form that is continuous form that list all my cable types and information. for each reacord. I could have up to 72 different wires for each cable type. I created a separate table that would hold the CableID from the first
|
| Access subform returning zero record entry as well as correct one | 11 Apr 2006 05:19 GMT | 3 |
I have a subform which is a datasheet view off all records using sample number as a key. When the main form first loads this value is "" and also loads up the subform which returns a single record for the samplenumber off 0. When a legitimate sample number is selected the correct ...
|
| Access crashes when opening form | 11 Apr 2006 05:17 GMT | 3 |
When launching a form, access closes and asks to send an error report to Microsoft. I have the following code in the On Load event of the form: DoCmd.GoToRecord acDataForm, "frmInvoiceMainLime", acNewRec
|
| Transferdatabase canceled, error 2501 | 11 Apr 2006 05:13 GMT | 1 |
I have an application that was upgraded from Access97 to 2002. It's a linked app, the forms and tables are in seperate mdb files. Each user has their own copy of the forms mdb on their local hard drive.
|
| File Open | 11 Apr 2006 02:07 GMT | 1 |
I have a need to open up various kinds of files upon click on a button. What would be the best way to do this? If I use shell (FileName) where FileName = location+filename like w:\Location\Environment\<filename>
|
| Query Variables | 10 Apr 2006 23:40 GMT | 7 |
I have a query that returns one record when it is run. I want to save the information from the fields using VBA. The query always has the fields “EmployeeId”, “HireDate”, “Department” & “Title”. I have dim some Variables using VBA to capture the information but it does not ...
|