| Thread | Last Post | Replies |
|
| Hide menubar | 01 Oct 2004 00:18 GMT | 1 |
How can I hide menubars for all forms? Filip
|
| GetObject fails | 30 Sep 2004 23:24 GMT | 2 |
I'm going nuts trying to figure this out, sure hope someone can help. My application uses TransferSpreadsheet to insert data into an existing Excel spreadsheet (which works), then opens and manipulates it. Updates some pivot tables, does some formatting, etc. It works fine on ...
|
| Print PDF files from Access | 30 Sep 2004 23:03 GMT | 1 |
Scenario: I have a PDF document stored as follows: c:\Files\MyDoc.pdf On an Access form, I have a 'Preview' button and a 'Print' button. Specifically, what code do I write to:
|
| Accessing Form Properties Externally | 30 Sep 2004 22:56 GMT | 1 |
I have a number of MS databases (MDBs). I have written a program that will loop through each database and get information from it. I was able to get the information I needed of all queries within each database. However, I cannot get the information I need for the forms.
|
| Copy a record | 30 Sep 2004 22:49 GMT | 1 |
What is the most efficient (ie easiest for me) way to copy a record from an existing table, appending it to that same table but incrementing a field's value? (code is fine) Cheers very muchly
|
| How do I link a datbase to web page? | 30 Sep 2004 22:18 GMT | 1 |
I'm working on an ICT GCSE project for which I need to link a web page to a database through a form. I have been told that I can do this with VBScript, but I can't find a resource that shows me how to do this. If you know how to link a database to a web page using VBScript, please
|
| Access XP Reliability | 30 Sep 2004 22:05 GMT | 4 |
How does Access 2002 fit in to the reliability lineup of Access versions. Access 95 seemed to be fairly ordinary, Access 97 by all accounts was their best effort yet and Access 2000 seems to have a few nasty bugs.
|
| Strange Problem | 30 Sep 2004 21:50 GMT | 1 |
I'm using Access 2002 with a D-Base in 2000 Format. Sometimes, Not always when I have a module form pop-up with code the property box also pops up. Its refering to the command button on the form which I use to close the form with. Any ideas on whats going on?
|
| Batch Updating - old values with new values | 30 Sep 2004 19:53 GMT | 7 |
Hi I have a form that requires the user to enter a tenancy reference number in the first column, and when this is done it brings back their direct debit payment for their rent in the second column (It uses SQl to bring back the amount when the Tenancy Reference No loses the
|
| Delete record commandbutton | 30 Sep 2004 19:00 GMT | 6 |
I would like to delete a record (with commandbutton) of a table associated to a combobox, when I select a certain value in the combobox (the value I select is associated with the record that I want to delete. For example:
|
| Access 2000 | 30 Sep 2004 18:52 GMT | 4 |
Is A2k flaky? I use A97 here at work but I've been working on a home project using A2k and it periodically fails to save changes I've made to both code and forms - when I use the 'compact and repair' option it sometimes hangs for several seconds and then quits Access, losing ...
|
| MS Access Update Query help | 30 Sep 2004 16:19 GMT | 1 |
I've created a form that has many option boxes to help users choose items (I need option boxes vs. combo boxes because they can choose multiple items per category). I've created an update query to change the value from 1 (system
|
| Exactly WHAT is accomplished with "DO EVENTS"? | 30 Sep 2004 15:41 GMT | 6 |
Hello group, Somehow, I have not yet fully understood the meaning and purpose of "DoEvents". Can someone post or point me to a clear, concise explanation of it -- one that includes situational examples of how and
|
| CODE QUESTION | 30 Sep 2004 15:34 GMT | 4 |
Hi, I wrote this code, It works except I need to reference a Table called Employees, How is this done? If Display = EmployeeID Then DoCmd.RunMacro "Log On"
|
| Treeview Limitations | 30 Sep 2004 15:29 GMT | 1 |
My Access app. uses the ActiveX Treeview control to show a hierarchal structure of records. Each record has a name and a "parent" along with some other attibutes. For example:
|