| Thread | Last Post | Replies |
|
| How to print "All" on report if listbox null | 02 Jan 2005 08:40 GMT | 1 |
I have a listbox on a form that filters a report. When nothing is chosen, the code interprets this as all chosen. I have a textbox on a report that lists the selections chosen: =enumrecord("PrintDialogInventoryFranchiseLBqry2")
|
| Lost primary key | 02 Jan 2005 04:25 GMT | 9 |
One of my tables has lost its primary key twice in the past 24 hours. The key is still there, but it lost its designation as Primary. Took me a while to figure out what happened (update queries suddenly stopped working), but after I did I put it back, and a couple of hours ...
|
| The effect of Network rights on Access Apps | 02 Jan 2005 02:36 GMT | 1 |
Thanks in advance for your help. I have an app that is split (Front/Back End). Some of the users have full rights (network based) and some have read only to the folder. If a read-only person gets in first then everyone is read only. If a full-access
|
| Non-error error | 01 Jan 2005 22:39 GMT | 2 |
I received the following: ----------------------------------------------------------- The expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too many complicated
|
| Can't Register OCX | 01 Jan 2005 19:26 GMT | 1 |
regsvr32 C:\WINDOWS\system32\imgedit.ocx I get message LoadLibrary(" C:\WINDOWS\system32\imgedit.ocx") failed The specified module could not be found. This module I copied from windows2000 to XP
|
| Need help in writing code for special project | 01 Jan 2005 19:11 GMT | 1 |
I am developing a database and am stumped on one major problem. My database has three fields that are: Date/Time of Incident, Date/Time of Request and Date/Time of Arrival. All times are in 24 hr. format. I need to calculate the elapsed time between Date/Time of Incident and ...
|
| string functions in SQL to capitalize first letter similar to Prop | 01 Jan 2005 19:06 GMT | 2 |
Is there a string function that is similar to the Proper() function in SQL When I try strconv(field),3 I get error msg. Thanks
|
| Access 2000 VBA Programming Texts | 01 Jan 2005 08:06 GMT | 1 |
I am working with Access 2000 and need to do some serious VBA programming to manipulate several tables in this budget accounting application I am writing. What this procedure does is coordinate 3 tables to produce a report, some budgeting calculations and organize the data into ...
|