| Thread | Last Post | Replies |
|
| How to track down 3075 error "Unknown" | 30 Nov 2005 22:26 GMT | 25 |
Is it a common occurrence for A97 VBA to 'RACE' on past a debug.print statement? I have been trying to debug a problem (which turned out to be an attempt to assign Null to a Date Type variable) and had
|
| XML and special characters ... | 30 Nov 2005 20:56 GMT | 2 |
I generate XML from an MS-Access 2002 database and find that I can format and display the data no problem with a XSL/HTML template. Perfect! However, then I found that I needed to replace my automatic MS-Access output with a customised dump of the XML and find that I am now ...
|
| Help needed with query syntax | 30 Nov 2005 20:48 GMT | 6 |
Can someone please tell me whats wrong with the last line of the query below. The first three lines work fine but when i add the fourth line i get an error message (see text at ERROR MESSAGE) sql_HTTermijnRecords = "select * from Orders where FaktuurGeprint =
|
| Navigational / lookup combo boxes | 30 Nov 2005 18:08 GMT | 3 |
Does anyone know the difference between Navigational and Lookup features of combo boxes? I wondered if there were difference between these two if we selecte "remember the value for later use" when we save setup in lookup of combo. Thanks.
|
| printing | 30 Nov 2005 16:32 GMT | 1 |
I automated printing of my report...so I am able to print n-number of versions of it. If I send it to the printer everything is fine...however if I send it to a free pdf printer I will get n windows asking me for the save as file name. I was wondering if through access
|
| Two Query Questions | 30 Nov 2005 16:30 GMT | 2 |
1. Can you do a parameter query on a Memo field? 2. Can I set up a query to find all records that do not have a date in the field. As you can probably tell, I have tried but have not been successfull
|
| Enforcing no duplicates in multiple textbox controls | 30 Nov 2005 15:25 GMT | 1 |
I have a form w/ 11 identical text boxes in each of which user can enter a number between 1 and 11. Each defaults to 0, which I use to flag empty. Each has the 1 to 11 restriction as its validation rule, but I also need to enforce no duplicates among them. I haven't been
|
| MS Access Reports | 30 Nov 2005 12:51 GMT | 4 |
I am trying to create a crosstab type of report without using crosstab query. The report captures several survey questions and for each survey questions there are multiple choices that users responded to. Basically I am trying to create a report that will look some thing like this
|
| Publishing Web reports - can you | 30 Nov 2005 12:47 GMT | 1 |
Access 2003. A client has asked me "Can you publish multiple Access reports to the Web and allow them to be selected individually using a filter, for example?"
|
| Spontaneous loss of subform bookmarks | 30 Nov 2005 09:23 GMT | 9 |
Hi, has anyone experienced a spontaneous loss of a subform bookmark (i.e. resetting to the first record), when the computer is idle. I used to have a problem in NT4 when doing a couple of specific things outside of access (launching internet explorer or adobe) that would
|
| The Balmar Rave. Developer's Rap Techno-Remix | 30 Nov 2005 08:31 GMT | 3 |
Good head-banging stuff! :-) http://video.google.com/videoplay?docid=2362050448778905490&q=%22steve+ballmer%22
|
| can't exclude zeros from my report | 30 Nov 2005 07:05 GMT | 3 |
I am trying to exclude zeros from my report by setting a report filter
[SumOfDebt]-[SumOfCredit] <> 0 This excludes most of the Zeros, but not all.
|
| Number of Copies.... | 30 Nov 2005 07:05 GMT | 4 |
Is it possible to select the number of copies of a report from a variable input in a form ?
 Signature Tim Patton
|
| Form data entry history | 30 Nov 2005 04:13 GMT | 3 |
I am using the following code to save the changes to a form's data in the form's Before Update event; For Each ctl In Me.Controls If ctl.ControlType = acTextBox Then
|
| Access 12 RAD strategies | 30 Nov 2005 03:12 GMT | 1 |
After viewing OFF307 from http://blogs.msdn.com/access/rss.aspx I have a few comments. Although I was very impressed with the user interface and overall
|