| Thread | Last Post | Replies |
|
| Property vs. Function in a class | 17 Feb 2005 10:04 GMT | 3 |
I've got a quick question about classes. I've written a class to facilitate file access. One of its abilities is to parse delimited text into strField(), and set a variable iFieldCount (internal to the class). In the documentation, it says that Property Get shouldn't contain any ...
|
| conditional formatting | 17 Feb 2005 09:49 GMT | 4 |
Hello everyone, I have searched quit a few webpages and have found several result, but non that applied (or I could apply). I have a report of my logbook in which there is a remarks-textbox. The size of this box is fixed, but sometimes there is too much text to fit. I want to
|
| Commas in list box items | 17 Feb 2005 09:47 GMT | 10 |
I am populating a list box from values in a table. One of the table values, a text field, may or may not contain commas (,). When a comma is encountered, the list box acts as if it is a semi-colon (;), treating the comma as a delimiter. Is there a workaround?
|
| Problem with opening excel | 17 Feb 2005 02:27 GMT | 1 |
I’m having problems getting the programming correct using an Access Form as a front end to open an Excel Workbook. The workbook is already is in place, but the customer wants Access for the front end. My problem is I can’t figure out how to set the "on open properties" for the
|
| invalid procedure call | 17 Feb 2005 00:16 GMT | 2 |
All my procedures are now returning an error msg "Invalid procedure call or argument." When I open the event procedure, the procedure looks fine and is the same that is working in several other databases.
|
| Changing Linked Tables through VBA code | 16 Feb 2005 23:27 GMT | 2 |
Is there a way ot chane Linked Tables through VBA code rather than having to go the Linked Table Manager ? Any help would be greatly appreciated. Thank you,
|
| reference database should be modified in the code window | 16 Feb 2005 22:59 GMT | 1 |
Is it possible to add a feature to make a reference library database able to be modified in the code window of the main database when you have exclusive access to it
|
| VB Editor not opening, causing err | 16 Feb 2005 21:36 GMT | 7 |
I have an Access Database where it opens with no problem & will also open in Design mode with no problem. However, when it is open is Design mode & I try to open the VBE, the program freezes for a minute & then the Access Msgbox comes up saying
|
| Return Control to Access after Excel manipulation | 16 Feb 2005 21:05 GMT | 3 |
In order to make it easier for the end-user of an Access program I wrote, I need to open an Excel Spreadsheet, allow them to manipulate it, and then allow them to actively return to the Access program when they are done. I can open
|
| displaying images in report | 16 Feb 2005 20:43 GMT | 4 |
i made a product catalog in access which has 79 pages with roughly 18 images per page for a total of 1190 images to be displayed. i used the following code which i saw in a previous post: Private Sub Detail_Format (Cancel As Integer, FormatCount As Integer)
|
| Compile error: Syntax error | 16 Feb 2005 20:08 GMT | 1 |
I have a form that has a combo box from which users choose a family number. After this is done, the choice they make limits the value in a text box called Total IFSP's (this displays the total number of IFSP's
|
| deletring a line of text from a text file | 16 Feb 2005 19:23 GMT | 1 |
I need to read a text file and delete the first line of text found then save it and close it (from either vb or vba) I cannot seem to find info on deleting lines from a text file anywhere. If anyone has any code or links or suggestions I'd appreciate it very much
|
| conditional format | 16 Feb 2005 19:17 GMT | 1 |
Hello everyone, I have searched quit a few webpages and have found several result, but non that applied (or I could apply). I have a report of my logbook in which there is a remarks-textbox. The size of this box is fixed, but sometimes there is too much text to fit. I want to
|
| Conditional formatting | 16 Feb 2005 17:46 GMT | 1 |
Second time I post it, diappeared the first time. Don't know why: Hello everyone, I have searched quit a few webpages and have found several result, but non that applied (or I could apply). I have a report of my logbook in which there is a remarks-textbox. The size
|
| modules in a library DB reference an instance defined in main DB | 16 Feb 2005 17:19 GMT | 3 |
Modules in a library database should be able to reference an instance of a class that is defined in the main database
|