| Thread | Last Post | Replies |
|
| Update all records in VBA | 14 Sep 2006 12:34 GMT | 1 |
I have a form frmParts with record source tblParts. In frmParts, I'm using the macro action setvalue to set the value of many fields in my form, which are then stored in tblParts. The setvalues expression is a dlookup looking at fields in other tables in my database, tblA and ...
|
| Set to default printer in MDE (MS Access 97) | 14 Sep 2006 12:28 GMT | 1 |
Hi, in my case, the the user opens the mde file, the forms does not have a full bar toolbar expect the print preview and print button (the one with the printer icon) nor the menu bar. If i compiled on my machine to make the mde file, it will pick up my default printer (for
|
| Packet Size | 14 Sep 2006 09:16 GMT | 1 |
After some testing, I've determined that most if not all of the errors that our application generates on a daily basis will go away, if I can change the network packet size from 4096 to 16384. For the life of me, I cannot figure out how to change my .adp file to make
|
| controls flickering while mouse-over | 14 Sep 2006 03:33 GMT | 1 |
I have an unbound form which host a tab control with 6 pages. On any of this pages there are many controls eache of them unbound and with some labels NOT joined to the controls that will receive data (this is due to the need to design the form to look like the paper form).
|
| Multiple AddNew on Recordset | 14 Sep 2006 03:31 GMT | 2 |
I'm writing an application to register 2-person relay teams for a 10 mile run. But whenever I run my code to add both people to the table of runners, VBA returns the following error: "Number of rows with pending changes exceeded the limit"
|
| Can a Report's OnPrint event update the Report's Recordsource? | 14 Sep 2006 03:31 GMT | 3 |
My report's recordsource is a single-table query. I would like to record the date/time that each record was printed in a field in that same table. It seems to me that the report detail's OnPrint is the right event within which to try to update the Date/Time field in the ...
|
| Pull characters from a file name | 14 Sep 2006 00:31 GMT | 3 |
Let's say that I have a file with path C:\TEMP\LRQAD362.CHK The 3 numbers are significant to the purpose of the file...how do I get those 3 numbers out, and use them in as a string? Thanks in advance!
|
| GoTo Record | 13 Sep 2006 22:15 GMT | 1 |
I have a form with Tab control. One tab has a form in datasheet view, based on a query called Open_Items. When I double-click the Date_Reported field, another tab appears, with the details of the selected record.
|
| text file import | 13 Sep 2006 21:55 GMT | 1 |
I have a .TXT file to import to a DB. The file is Space delimited. The problem is that the file has more than 255 columns, and the number of columns can vary. Is it possible to create a routine that imports this file spliting it into multiple tables?
|
| Calling a procedure | 13 Sep 2006 18:51 GMT | 2 |
How do you create a function procedure that calls a sub procedure? I am trying to execute a Sub procedure by using the RunCode Action in a macro..... but it tells me: "To run a Sub procedure or event procedure, create a function procedure that calls a Sub procedure or event ...
|
| how do i reference a pdf document in ms access | 13 Sep 2006 17:51 GMT | 1 |
I want to create a list of pdf documents using a listbox and then by double-clicking a row in the listbox access will open the appropriate pdf document, any ideas?
|
| ListView and Tab Control Display Problems | 13 Sep 2006 15:42 GMT | 3 |
I have a tab control with two pages. I have a ListView control in each of the pages. My problem is that when I navigate from page 1 to page 2, the ListView in page 2 is not displayed properly. Navigating back to page 1 and then to page
|
| Specify SMTP account when sending email through Outlook | 13 Sep 2006 15:10 GMT | 3 |
I was wondering if it is possible to specify an SMTP account/service when automating mail through Outlook using Access 2000. Most mail will be sent via the default Microsoft Exchange server, but there are certain emails which need to be routed through internet mail. I am using ...
|
| Changing form's defaultview in VB | 13 Sep 2006 14:03 GMT | 1 |
How can I change a form's defaultview with VB? I've tried the following and get a message telling me to go to Design view. Me.Defaultview=2 me.Defaultview=Datasheet
|
| changing controls on form | 13 Sep 2006 13:57 GMT | 1 |
I have an unbound form and many textbox on it which I should like to change into checkbox instead. Since I'm talking of about 75 controls...I was figuring if there was a shortcut to achieve my aim by code.
|