| Thread | Last Post | Replies |
|
| Colours in Report acFormatHTML | 03 Jul 2005 20:06 GMT | 4 |
The report indicated in the send object command below has various colours in it which show nicely when the report is previewed and printed. However, when sent as an attachment to users without Access as per the statement below, no colours are displyed:
|
| How can I be sure I'm reading a MAC address hard-coded on a NIC? | 03 Jul 2005 15:16 GMT | 4 |
It has been mentioned that a ghosted machine or a machine linked by cable modem and USB may result in my reading a MAC address other than one burned onto a NIC in the machine. That being the case, I would have a problem.
|
| I'm pulling MAC address off local machine with code furnished by Radu Lascae | 03 Jul 2005 15:14 GMT | 2 |
I would like to know if all MAC addresses are expressed as 48-bit numbers, IE, they contain 12 HEX digits?
|
| Was the A97 runtime setup wizard in the ODE tools something MicroSoft begrudgingly offered? | 03 Jul 2005 14:55 GMT | 10 |
I am concerned. I have recently moved to A97 from Access 2.0 where I rolled out runtime apps with the ADT. Now, the Office Pro Developer's Edition with Access 97 is what I'm using. I find some unfriendly
|
| A97 error "Operation Must Use An Updateable Query" ??? | 03 Jul 2005 14:53 GMT | 5 |
What is the meaning of this error? Operation Must Use An Updateable Query ???
|
| Running Total Query SQL Syntax Error | 03 Jul 2005 04:22 GMT | 1 |
I am scratching my head with the required quotes and parentheses. I started with an existing working Query with Running Total by date. Now I need to produce a running total by quarter day, so I converted my
|
| Windows Terminal Server Printing Access Reports | 03 Jul 2005 03:17 GMT | 11 |
I'm running Server 2003 and wonder how well WTS works when printing an Access report to a client. Any suggestions would be appreciated. Thanks. IC
|
| James Isle Mercanti's barcode39.mdb | 03 Jul 2005 02:41 GMT | 2 |
I have James Isle Mercanti's barcode39.mdb. With this i can print a barcode in a report but i would like to see it in a form. Is that possible with his code? And what code do i need? TX anyone, anywhere, anyhow
|
| I have a problem w/ calculated field in A97 query... | 03 Jul 2005 02:31 GMT | 10 |
MyLocPhone: Format$([LocPhone],"(@@@) @@@-@@@@") The above expression is a field in a select query. On one XP box (the dev box, of course). It works fine. On two other XP boxen - it fails saying "Function isn't available in expressions in query
|
| creating a query out of thin air | 03 Jul 2005 02:30 GMT | 7 |
I was wondering if it is possible to create simple queries with the data included in the select statement, similar to how you use the word VALUES (x1,x2,...) in in INSERT statement. The reason I want to do this is for simple graphs. For example, a pie
|
| Operation must use an updatable query. (Error 3073) | 03 Jul 2005 02:26 GMT | 3 |
I am working with MS-Access 2002. The two tables that I am working with are: dbo_IDX_FRS_account_bal_by_month ==> this is a linked table to SQL [Select FY_06 to-date] == local table
|
| Runtime Access 97 app - what's the syntax for setting up a shortcut on the desktop? | 03 Jul 2005 02:13 GMT | 16 |
I have created an A97 runtime distribution for the first time in my life this morning. I had precious little time to do it and was unable to create the distributable installation fileset with the option of it creating a shortcut for me.
|
| A97: If I create a new user with CreateUser Method, is she automatically a member of Users group? | 03 Jul 2005 02:01 GMT | 4 |
A97: If I create a new user with CreateUser Method, is she automatically a member of Users group? Or, do I have to append her to that group?
|
| Whats the easiest way to allow a user to change password in an A97 app? | 03 Jul 2005 01:58 GMT | 2 |
What's the simplest way to allow a user of an A97 app to change password?
|
| A97: How to hide ALL the tool bars? | 03 Jul 2005 01:46 GMT | 4 |
The following lines are running when I open my A97 mde file... If CurrentUser() <> "mlh" Then Application.SetOption "Show ToolTips", False Application.SetOption "Key Assignment Macro", "NonExistent"
|