| Thread | Last Post | Replies |
|
| The penis is way too delicate for masturbation | 04 Sep 2005 19:34 GMT | 4 |
|
| Access transactions question | 04 Sep 2005 12:34 GMT | 4 |
I use Acc2000, but the question is general I have a MDE file with the application, connected to the MDB data file. When I want to start a transaction in my application, I write: Dim wks As DAO.Workspace
|
| Continuous lists in a form | 04 Sep 2005 12:01 GMT | 5 |
I have a list of companies, what I would like to do is have alternating colours & have the entire record change colour when selected, also I do not want the cursor the appear in any of the fields. Thanks
|
| drop down list for forms or reports (or both)? | 04 Sep 2005 09:44 GMT | 2 |
Is there a way that I can create a drop down list (drop down box) that would give a listing of all the forms and/or reports in the database - so that when the user click the desired one from the list it opens that form or report?
|
| stoping duplicate entries of clients | 04 Sep 2005 08:11 GMT | 3 |
I'm having a problem where a user is entering information into a datasheet view (so he can enter information faster)and on occasion the user is entering duplicate information for the same person id. My table looks like this,
|
| I lost product key Windows XP Proffesional | 04 Sep 2005 05:16 GMT | 2 |
I lost my product key no I have a problem trying to install it on my laptop the product is Microsoft Windows xp Proffesional, please help me do this
|
| Adding an Index to a report in VBA | 03 Sep 2005 22:44 GMT | 1 |
I have developed an application which, among other things, uses DoCmd., OpenReport to display a report selected from a list. Prior to that the application has assembled both WHERE and ORDER BY strings for the sequel command. DoCmd.OpenReport has a parameter for including the ...
|
| outputto misery | 03 Sep 2005 16:58 GMT | 1 |
I created a long expression on a form that outputs xml text. The XML appears in form view exactly as I want it. My next step is to export the contents of this field into a txt file. It is important that the output formats exactly as the text in form view. PROBLEM: using the txt ...
|
| Problem with Popup menus in Access | 03 Sep 2005 14:01 GMT | 2 |
I have a query about displaying a popup custom menu bar in Access 2003. Well, by query what I mean is that I can't get it to work ... I have created the new CommandBar to drop down off the main menu. [It's effectively a popup menu plus cascading sub-menus to open most of the
|
| Calendar Control | 03 Sep 2005 06:49 GMT | 2 |
I am using Access 2002 and I have a problem using MS Calendar Control, unfortunately I have been asked to used this type of control only, although I much pefer using Allen Browne calendar control. My problem seem when I add a new record using a simple command button (see below) I ...
|
| Delete query if it exists | 03 Sep 2005 02:00 GMT | 3 |
I am using the following code to delete a query: DAO.Workspaces(0).Databases(0).QueryDefs.Delete qry.Name which works if the query already exists, but crashes the subroutine if it does not. I can't figure out a way to check if the query exists that doesn't
|
| On Timer Event Question | 03 Sep 2005 01:39 GMT | 4 |
Can you set the on timer event to do more then one thing and at different times? example; every 3-min check my reminders (run some code or something)
|
| Information from 2 tables | 02 Sep 2005 22:59 GMT | 1 |
How do you place information from 2 or more tables on one form. I want to count the records from one table, count the records from another table, divide one by the other but place all the information on a form. I get one total but the source of the form is one of the tables. ...
|
| Data Change Protection Code | 02 Sep 2005 21:59 GMT | 6 |
I want the user to be able to click a protect option that will dissable controls on that form. Then un-protect if they need to upadate missing info. The only reason for this is so they will be focused on what they are doing when changing data. the only problem is after clicking ...
|
| help with if statement | 02 Sep 2005 21:13 GMT | 7 |
I have a text field that I would like to receive the cureent date if the user selects "order placed" from the combo box. the following is what i tried and it won't show the date. can you tell me what i am missing. Thank you for your help
|