| Thread | Last Post | Replies |
|
| How to refer to the RecordsetClone | 05 Dec 2004 20:28 GMT | 3 |
I am trying to refer in code to the RecordsetClone of a subform datasheet but I'm getting syntax errors. This is what I am writing: Set MyDB = DBEngine.Workspaces(0).Databases(0)
|
| bookmark problem | 05 Dec 2004 20:27 GMT | 3 |
(Access 97 and 2003) Hi, Here's a smippit of code that works correctly about 95% of the time. This part of the algorithm...
|
| Converting access to application | 05 Dec 2004 18:42 GMT | 3 |
I have a project going on to store data for inventory information. Creating a database with access makes me realise all things like the data tables and user interface(forms) and queries are all incorporated to one file. I wish to split the user interface from the database table ...
|
| Find Sunday and Saturday | 05 Dec 2004 17:33 GMT | 2 |
Given a selected date, how do I find the date of the Sunday and Saturday of the week that that date is in? Thanks! Jerry
|
| Date Queries | 05 Dec 2004 16:33 GMT | 4 |
I have a table with two fields, 'StartDate' and 'EndDate'. How do I get the query to select a record that matches a given date that is between the two dates?
|
| Report Nulls | 05 Dec 2004 15:58 GMT | 1 |
If you have a Header or Footer on a report, can you hide that section if its Null or Zero? If so, does anyone know how? Thanks DS
|
| Divided Spacing on Reports:Acc97 | 05 Dec 2004 15:28 GMT | 2 |
Thank you in advance for any and all assistance. I'm trying to create a report that will work similar to the label wizard in Access. I have a premade form I'm attempting to fill with data from the db. I can manually make the information fit, by making the report the full 8.5" x 11", ...
|
| Toggling .Visible for controls in Subform footer | 05 Dec 2004 11:39 GMT | 5 |
I have a form which contains a number of subforms in different pages of a tab control. In the detail section of each subform, I list records related to the main form record, but from different tables. In the footer section of the subform I have a Notes text box and three ...
|
| Return to the same date in calendarcontrol | 05 Dec 2004 10:35 GMT | 4 |
I have the following headpuzzle: On a form (frmAgenda) I have a calendar control and a listbox. When user clicks date in calendar, the listbox will show some information that will be displayed in several rows.
|
| VBA to close an HIDDEN occurence of Excel | 05 Dec 2004 09:43 GMT | 1 |
I have a routine that uses VBA to open a hidden occurence of Excel, and do background computations. However, in the event that the routine terminates abnormally, I have not been able to find a way of closing this Hidden occurrence. I can
|
| Access 97 On WXP Refuses to create MDE on OpenDatabase line | 05 Dec 2004 08:54 GMT | 5 |
Spent hours till I pinned down that on an XP machine the OpenDatabase method causes MDE creation to fail while a compile produces no error. A reference in a Google reference pointed me to replacing reference to MS DAO 3.51 to 3.6 and this seems to solve the problem.
|
| Function to round time by a specified number of minutes | 05 Dec 2004 01:37 GMT | 6 |
At some long ago time Steve Jorgensen answered thus: Subject: Re: How can I round a time? Newsgroups: comp.databases.ms-access Date: 1998/12/11
|
| Not the right Constraint_Name = szRelationship in Access | 05 Dec 2004 00:21 GMT | 2 |
Following some help from www.aspfaq.com, I have used this sql command to find the constraint name of my foreign key: SELECT FK_Table = szReferencedObject,
|
| Mixed case input mask | 05 Dec 2004 00:11 GMT | 1 |
What would be the input mask for a name field where first letter is caps and the rest lower? Its ideal if the mask can handle multiple names separated by a space but if not a single word will do. Thanks
|
| Report: 2 Invoices in the same page | 04 Dec 2004 22:44 GMT | 1 |
I am stuck in the following problem: . I have an A4 paper size in landscape mode to print 2 invoices, one on the left middle and next on the right middle. . Designing the report with 2 columns I can print that with no
|