| Thread | Last Post | Replies |
|
| Shortcut menu action syntax | 31 Jul 2008 22:59 GMT | 2 |
I have set up shortcut menus on many form successfully. However, for the first time, I am trying to set one up on a subform. In the 'On Action:' when customising the menu item I have: =Forms![OrderDetails].showAvailability()
|
| Thank you to Lyle Fairfield | 31 Jul 2008 22:10 GMT | 1 |
For clueing me in to regular expressions for use in VBA. I still have the original problem I posted about on my back burner, but I've already been able to use regular expressions to solve problems that would have been much more complicated without them.
|
| Union query undoes my format | 31 Jul 2008 19:09 GMT | 2 |
My problem is: My union query is made up of two cross-reference querys. The cross-reference querys has number fields formated as standard. So far so good.
|
| Closeing form problem | 31 Jul 2008 17:18 GMT | 4 |
I have an A97 MDB that I converted to A2003 yesterday. My MainMenu calls ARInfoForm. I hit the Exit button in ARInfoForm and it closes and displays/activates the MainMenu just fine. The ARInfoForm has a complicated recordsource that makes reference to a
|
| Help with writing to a linked table | 31 Jul 2008 12:59 GMT | 3 |
I have a linked table (two primary keys: one coming from Me.txtRMA# and the other is an Autonumber) that I am writing to from an unbound form. Please review my code and tell me what is wrong with it. I don't get any errors and no data is written to the table. It doesn't do
|
| Show new table | 31 Jul 2008 01:52 GMT | 4 |
I'm creating a new table in code (dataBaseObject.TableDefs.Append MyNewTable) but it doesn't show up in the navigation pane until I close the database and open it back up again. Is there some VB command to force the table to appear in the pane?
|
| Action pass-through with a form variable Access 2003 | 30 Jul 2008 23:39 GMT | 13 |
Hi, I got a pass-through query (that takes about 15 mins to process) I would like to integrate variables to it. IE: something simple: Select EmplID from empl_Lst
|
| Calculate Median with Conditions | 30 Jul 2008 05:15 GMT | 6 |
I am using the following vba code to calculate the median of a table in MS Access: Public Function MedianOfRst(RstName As String, fldName As String) As Double
|
| Is Access 97 Bible Available in pdf Format ? | 30 Jul 2008 00:37 GMT | 8 |
Can anyone tell me: 'Is Access 97 Bible' available in pdf format, & if so, where can I aquire it ? TIA,
|
| Creating Application Ribbons | 29 Jul 2008 21:20 GMT | 6 |
i have a application database written in A2K3 that i have converted to A2K7 and i am looking to create an application ribbon that i can ship with the runtime. It would be fair to say that i am having trouble getting my head round the new technology and not making any progress.
|
| Add Text to Email from Macro | 29 Jul 2008 18:08 GMT | 1 |
I would like to create a button that opens Outlook and puts some text in the body of the email. I don't need any attachments, just some text in the body. I've accomplished the ability to create an email using a macro, but the text I want to add to the body generates an
|
| Returning Null Values | 29 Jul 2008 17:58 GMT | 1 |
How do I set the Criteria in a query for my City field to return those records that have nothing/no value/null value that is, no city name entered. City field used Text data type.
|
| Database properties | 29 Jul 2008 16:31 GMT | 7 |
I wish to control which users can and cannot alter the toolbars. The opening popup window invites them to login. Immediately after this, I have the code: CurrentDb.Properties("AllowToolbarChanges") = isManager
|
| Form ONCurrent only Else is effected | 29 Jul 2008 13:16 GMT | 1 |
I dont know why only else part of if statement is effected when using below Private Sub Form_Current() If Me.NewRecord Then
|
| Connecting backend and frontend | 29 Jul 2008 04:55 GMT | 3 |
I am trying to connect my backend whih is stored on a public server as accdb file. This connects well on a local network but when I store the BE on my ISPs server I get following error in Access 07 "Not a valid file name"
|