| Thread | Last Post | Replies |
|
| Timeline charts in access 2003 | 15 Jan 2008 11:22 GMT | 1 |
I'm a new Access user and I believe I'm facing a problem that can be solved easily, but I don't know how. My goal is to calculate monthly failure rates A failure rate is the result of dividing used parts by the number of systems. For example.
|
| 1 table - 2 forms | 15 Jan 2008 10:55 GMT | 6 |
A customer has a table with greater than 30 columns (scientific readings). The form used to input the data is very difficult to use and I'd like to ask the group:- (1) Can a main form call a sub-form that allows input of data
|
| Hotkeys (Keyboard Shortcuts) | 15 Jan 2008 08:37 GMT | 6 |
I have constructed a database application in MS 2003 (Access 2000 file format) that uses a series of standard switchboards as the GUI to access various functionality of the database. I've been asked if it is possible to establish keyboard shortcuts or hotkeys or keyboard ...
|
| Command Button Message Box | 15 Jan 2008 03:14 GMT | 7 |
I have a command button “AddIncident”. I would like to make it so that it will not add the record to the database if textbox “Type” is empty. I also would like to add a message that will prompt the user with the message “You must enter incident Type” when textbox “Type” is empty and ...
|
| Training Record DB | 15 Jan 2008 01:38 GMT | 2 |
I have 51 Security Employees who take various courses throughout the year and participate in various security drills as well. I want to keep track of these individuals and the courses (training) they have taken and in the drills they participated.
|
| Internet Instances | 14 Jan 2008 23:02 GMT | 4 |
I have a list of favorite websites in a table. I use the following command to view it: strAppName = "C:\Program Files\Internet Explorer\iexplore.exe " & me!web_address
|
| A2K - how to compare tables | 14 Jan 2008 16:50 GMT | 7 |
Got a bit of a major task coming up - I need to migrate data from one version of my mdb to another. Normally I manually track what's changed but there have been so many alterations it's been impossible to keep up. What I would like is some sort of tool to analyse two mdbs and give ...
|
| Report based on check box and list box... | 14 Jan 2008 15:03 GMT | 5 |
I have a form (Change Card List by Status) with a check box (cboNOT) and a list box (lstStatus). There is an Open Report button that opens a report (Report - Change Card List) which uses a query (SQL -Change Card List).
|
| Need help with using popup for filtering main form | 14 Jan 2008 14:37 GMT | 6 |
I am still having trouble trying to use a popup form to allow user to set filters for the main form. The main form is based on a single table. The popup contains 5 listboxes, so the user can filter on 5 fields in
|
| Calculating Dates | 14 Jan 2008 12:01 GMT | 1 |
I need to input a date into one field and have access show me a another date (plus 20 days) in another field (which I can do) but here is where I need help. I need to exclude Saturdays & Sundays and Bank Holidays. Can anyone one help please
|
| Compact on close | 14 Jan 2008 08:40 GMT | 1 |
Dear reader, If "Compact on close" is set to yes (tickbox) the mdb or mde will be compact by closing. During this process a temporary db1.mdb will be generated and deleted after
|
| How to find queries which are not longer required in a mdb | 14 Jan 2008 06:14 GMT | 3 |
Dear reader, Is there a tool available to check the necessity of a Query. Queries are used in Forms and Reports. It can be that a Form or Report is not longer required and will be deleted. In case you are not aware to delete
|
| Form with multiple tables attached | 14 Jan 2008 05:22 GMT | 4 |
Hi, im trying to create a prototype application in MS Access that I will later port to VB.Net. Essentially it is a Tendering System that will allow Tender Managers to Create Request For Tenders(RFT), Request for Quotes(RFQ),
|
| RunCommand acCmdLinkTables Fails in Access 2007 (Error 2046) | 13 Jan 2008 17:04 GMT | 6 |
I have recently installed Office 2007 (SP1) retaining the previous installation of Office 2003. I have converted an Access 2003 database to Access 2007. The database contains the VBA code 'DoCmd.RunCommand acCmdLinkTables' to initiate
|
| Access2003 + CDO + TO: (how do I pull TO: list from table) | 13 Jan 2008 16:49 GMT | 6 |
Hi All ~ First time posting. I have a module that works ... it contains: Set objCDOMessage = CreateObject("CDO.Message") With objCDOMessage
|