| Thread | Last Post | Replies |
|
| ADO & local tables | 17 Jun 2006 20:52 GMT | 1 |
All of the examples that I have seen on hoe to use ADO/or ADOX seem to be using an external ODBC driver (provider) or external MDB file. Can anyone direct me to an example of how to use ADO or ADOX to access a local table contained in the current project (MDB)?
|
| Can Anyone Improve This Utility? | 17 Jun 2006 17:13 GMT | 2 |
fm_Main txtFind fs_SubForm (Datasheet - not linked to main form) Displays a list of Australian Postal Codes, States & Localities (Suburbs)
|
| Making own Function | 17 Jun 2006 14:26 GMT | 3 |
I have a field field 'Daily Acitvity' in which the data is like this, "Completion of punch list.Radiography of the modified joints.Review of valve data sheet.Construction coordinattion is ongoing.".... I am making report in which i am trying to display each sentence in seperate
|
| changing the date in a calender control. | 17 Jun 2006 06:32 GMT | 5 |
I've got a calender (calender control 8.0) on my form. But the date on it doesn't change. It stays at the date when i putted it on my form. How can i make it so that everytime i open this form, the calender begins at the current day.
|
| Sending Object | 17 Jun 2006 05:50 GMT | 1 |
I was wondering if there is a way to send a certain page of a form instead of the whole thing. Donbenz
|
| cannot open another link when am viewing a web page | 17 Jun 2006 00:44 GMT | 1 |
When am surfing the internet or even when I am reading my messages, and tries to open a link, the other window apears to be opening but it never does. What can I do to resolve that problem?
|
| Print the contents of an Access text box Control | 16 Jun 2006 22:40 GMT | 10 |
I'd like to know how I can send the value of the content (control Source?) of a form's text box control to the Printer (w/o using .Net functions). Assume:
|
| Edit Multiple Hyperlinks | 16 Jun 2006 22:11 GMT | 1 |
I have entered my e-mail addresses (About 1600) into my DB, using the "Hyperlink" datatype. Now all the e-mails come up as web page hyperlinks rather than e-mail. I tried changing the datatype to text, this didn't work. I can edit each hyperlink individually changing it from a ...
|
| add a column to a table using visual basic | 16 Jun 2006 21:18 GMT | 1 |
I am looking to have a user click a button on a form which then adds an autonumbering field with name ID and type "AutoNumber." I know how to add a row (that is, a new record) to table using visual basic, but I would appreciate any knowlege about how to add an entirely new ...
|
| bound combo box requery | 16 Jun 2006 20:44 GMT | 1 |
Hi all ... I have an A2K question / issue regarding requerying the data behind a BOUND combo box. User "A" enters something into the input area of the combo box control, but this change is not yet saved (remember this control is bound). Then Users
|
| Hide Access in the System Tray | 16 Jun 2006 20:26 GMT | 1 |
Does anyone know how to hide access in the system tray
|
| Please Help With Code | 16 Jun 2006 20:03 GMT | 1 |
I am sending a report to an RTF file and then using the "mailenvelope.item" in WORD to place the formatted report in the message body of an email so it can be easily read on a Blackberry. I use the following line:
|
| How do I access the Description property of a Query/Table programmatically | 16 Jun 2006 18:49 GMT | 7 |
Do you know when you access the Properties pages of a table, query, form, etc... , you can enter a description. Can I read/write this description programmatically? I want to use this description as a test to decide if the query gets exported to another DB but I can't figure out how ...
|
| you can't go to this specific record | 16 Jun 2006 18:40 GMT | 1 |
I have a criteria form and a main form. in the criteria form, I created a button to correct all criteria and build a where statement. then I use openform with where statement to open my main form. I got " you can't go to this specific record." I have no idea how to look into ...
|
| How to open .xlt in VBA? | 16 Jun 2006 17:38 GMT | 3 |
In VBA, I'm exporting data from Access to Excel and then open the xls. I use the following code: DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, Myqry, test.xls
|