| Thread | Last Post | Replies |
|
| invalid module name | 25 Mar 2008 05:13 GMT | 1 |
I'm hoping someone can help me here... I had an error when copying a form, which has resulted in an error that keeps popping up in my database: "The module name '' is misspelled or refers to a module that doesn't exist."
|
| Output embedded object to a file | 25 Mar 2008 03:50 GMT | 3 |
Have looked high and low - can someone tell me how to output an embedded file (Word, PDF etc) to a user's hard disk? The files are contained in an OLEObject field in the source table. Would ideally not have to open the file first just to save a copy on the user's local PC. ...
|
| Displaying count in a text box. | 25 Mar 2008 01:46 GMT | 4 |
I have a text box (txtCount) and an Add button. I am trying to write code that increases the count by 1 in the text box, every time the button is clicked. The code I have so far only produces "1" in the text box: Private Sub cmdAdd_Click()
|
| MsgBox appearing underneath modal form | 25 Mar 2008 01:19 GMT | 3 |
I have a form that loads at startup, called by the AutoExec macro. It's a modal form which is more of a semi-intelligent splash screen. The form checks the database location, and if the location fails a string comparison with it's expected location (i.e. someone has copied the ...
|
| VB Coding | 24 Mar 2008 23:21 GMT | 2 |
I am trying to duplicate a record the number of times as indicated in the field on a form. For example, if I'm ordering 12 plates of steel, but need them to be tracked individually, I'd like to be able to input all the information one time and write VB code to tell Access to go ...
|
| function | 24 Mar 2008 23:07 GMT | 4 |
Can someone explain what is happening with this modGeneral module? ? I have hopefully just pulled out the necessary info. Report “on open” event: Public Function fnPopulateTable_2()
|
| developer extension :runtime standalone doesnt compile | 24 Mar 2008 15:24 GMT | 1 |
aHello, I create a simple database, and then i need to make it with the runtime installer. I get a setup file with my database. But when i load the "program" created,
|
| On error resume next doesn't resume next | 24 Mar 2008 13:40 GMT | 2 |
Here's my code: On Error Resume Next rs.Close Set rs = Nothing
|
| Yes No Message Box | 24 Mar 2008 10:39 GMT | 7 |
Thanks for your time. The code below triggers a Yes No Response when users click on Yes the code works, but when the click no, nothing happens. I am not sure why. Could anyone please help out? Thanks. I want the user to go to a different fomr
|
| DoCmd.TransferText not getting all the date | 23 Mar 2008 23:39 GMT | 1 |
I am using the DoCmd.Transfter text to import data into a table. The data being imported contains around 3000 rows. However, only 1200 are being imported. There is not error given and everything seems to work fine. Except when I manually check. I only have 1/2 the data. ...
|
| Writing code to turn off a command button. | 23 Mar 2008 22:01 GMT | 1 |
I have been given the task of updating an employee list/personnal information for a Regional Health Authority. Because there are 25 facilities in the RHA, lots of employees work in more the one site. But I only need to have them listed once.
|
| Best way to open a macro in design view using VBA | 23 Mar 2008 21:58 GMT | 4 |
Hello group, I need to open a macro in design view using VBA. Here the code I am currently using: Private Sub OpenMacroInDesignMode(sMacro as String)
|
| Building a Hyperlink | 23 Mar 2008 15:15 GMT | 2 |
Starting with a base-address of something like: "C:\Documents and Settings\user\My Documents\work\" I have a control [Text-Box] which contains a valve. "WorkOrderNumberID" The value in WorkOrderNumberID is only numeric and I need to add it to the
|
| List of usb Drive letters | 23 Mar 2008 12:53 GMT | 1 |
How can I get a list of the drive letters associated with externally connected hard drives. Thank for any ideas. DZ
|
| Curiosity question relating to Dcount in a Text Box and in VBA | 23 Mar 2008 09:26 GMT | 6 |
This question is really one of a curiosity nature because I have a workaround. However, I would just like to know why something does not work. I have a continuous form where the user enters a value in the Form Header and is presented with an on screen report.
|