| Thread | Last Post | Replies |
|
| Locked out of old mdb...help | 08 Nov 2005 06:46 GMT | 2 |
I just tried to open an old mdb. I get the first form up but can't bypass this with F11. At some time in the past I must have turned off special keys so F11 for the Database window doesn't work. There is a custom menu and no toolbar.
|
| Link tables by code | 07 Nov 2005 23:06 GMT | 3 |
I want to link several worksheets of a workbook as linked tables. This is the vba-code I use, which don't work Any suggestions are welcome sub LinkExcel(strWorkBook)
|
| Combo Box | 07 Nov 2005 22:35 GMT | 4 |
I have a table titled ''Addresses' containing a list of addresses with fields of 'Addressee', 'Address Line 1' and 'Address Line 2'. I have a form to enter data into another table and want to use a combo box where I can select the 'Addressee' from the drop down list and have
|
| Problem pulling value of OpenArgs into report InputParameters | 07 Nov 2005 21:41 GMT | 1 |
I am using an Access 2003 project as a front-end to a SQL Server 2000 database. When I am calling a report, I use this line in the VBA code: DoCmd.OpenReport "rptBilling_Details_Specific", acViewPreview, , ,
|
| Problem with HOST_NAME Function with Linked View | 07 Nov 2005 20:42 GMT | 23 |
I have an Access 2000 MDB file with a SQL 7 back end. I have a main table with 50,000 records; and I have a selections table with 50,000 records for each machine that uses the database (about 25-50). This allows each user to have their own set of selections.
|
| Table with 230 Fields....what's a better alternative? | 07 Nov 2005 20:37 GMT | 10 |
I'm making a database to record training that employees have recieved. For each training excercise, they recieve a mark between 1 and 3. Initially, when there weren't so many training elements, I had put the employee first name, last name, section, First Aid, Forklift
|
| Combobox value not saved - why | 07 Nov 2005 17:08 GMT | 2 |
I have a form (frmDogs) that is invisible while a subsequent form (frmPeople) is visible. The visible form sets a value for a combobox (cboOwner) in the hidden form, makes the invisible form visible and then closes. When the newly visible form (frmDogs) appears the combo box
|
| Upgrading to 2003 | 07 Nov 2005 15:32 GMT | 2 |
I am a relatively new user. My position is to maintain an Access DB that is running in a multi user enviornment and split on a network running Front(2K and 97) and BE(97). The DB has been used for a number of years and has grown tremendously. I have been asked to normalize a
|
| refencing page tab | 07 Nov 2005 12:32 GMT | 2 |
I have a main form and multiple child form linked to one main form I am using a tab control with multiple pages, each page of tab control has one child form Example
|
| Getting Information to Subform | 07 Nov 2005 11:48 GMT | 5 |
I have a form/subform with the common one-to-many relationship. The form allows user to display records and move to other records via the selector, to add,delete, and edit them, with the related records displayed in the subform going along for the ride.
|
| Problem with quotation marks in code | 07 Nov 2005 11:23 GMT | 2 |
Hi, I am tyring to write some generic code that will send the source SQL for a mailmerge to a Word template. I am trying to use DLookup to insert the query name that is the record source for the mailmerge with Word. The code I am working with is as follows.
|
| How to reference the MS Graph control place inside an unbound object frame | 07 Nov 2005 02:19 GMT | 2 |
I would like to set the value of the Y axes on my graph at runtime. I created the graph my opening a form and placing an unbound object frame on it then placed the MS Graph control into this. Next I copied / pasted this object into a report. How can I do this? I can't fiqure
|
| Bitmap prints differently on different computers (repost) | 06 Nov 2005 22:45 GMT | 6 |
I have a report with an OLE bound frame. A bitmap has been pasted into the bound field. The bitmap displays and prints differently on different computers. In particular, the alignment is different. Both computers are using the same
|
| trouble with the IIF | 06 Nov 2005 22:12 GMT | 3 |
I'm trying to use IIF and having hasseles. The statement below is a generic example of what I am trying to achieve but of course it will not work! IIf([CountofSurname]>=13,"1") Or IIf([CountofSurname] Between 1 And
|
| A97 - Can I trap 'n handle error #3315 inside my own error handler? | 06 Nov 2005 21:14 GMT | 5 |
I get error 3315 when attempting to enter ZLS into a text-type table field whose allow zls property is set to false. The error says "Field MyTable.MyField can't be a zero-length string"
|