| Thread | Last Post | Replies |
|
| Access on VPN -- seeking solutions | 03 May 2008 16:50 GMT | 15 |
My client wants to make their Access 2007 database available to offices around the country with multi-user permissions set to control access to the tables and forms, etc. The easiest thing would be a client/server app, but they are concerned that accessing the backend
|
| ItemsSelected Seems not to work | 03 May 2008 16:35 GMT | 2 |
I am working with a multi select list box in access. The code is: Sub MoveToCustomer2() Dim frm As Form, Ctl As Control Dim varItem As Variant
|
| RowHeight | 03 May 2008 00:41 GMT | 3 |
I'm trying to size a subform control to display all of the records (thus eliminating the vertical scroll bar). I know that the CanGrow property is only for printing. My thought was to determine the number of records in the subform and the
|
| Determine if Linking ID is Set | 02 May 2008 22:37 GMT | 5 |
Let say I have a data table that list a name, ID for the last name, a field linking it to another table, and a field listing if an optional LinkStatus. I want to run a check to determine if each last name ID has a Link to the external ID and exclude ones that have a linkstatus
|
| checkbox | 02 May 2008 19:45 GMT | 3 |
i have a check box on a form. when this checkbox has a tick in it , this must enter certain text into another field of the table that the form is bound to. how can i do this? with some code in the checkbox properties ???
|
| Why my form won't appear - MORE INFO | 02 May 2008 17:07 GMT | 6 |
I'm sorry to post twice...but I just traced the problem again and found additional information Problem: Attempt to open a form on top of already opened forms results in screen flash but the desired form does not appear.
|
| Help with rewriting Access UPDATE query to be SQL Server compliant | 02 May 2008 16:36 GMT | 5 |
Having upsized my client's back-end DB to SQL Server, the following query does not work ("Operation must use an updateable query"). UPDATE tblbookings INNER JOIN tblREFUNDS ON tblbookings.TransFromID = tblREFUNDS.BookingID SET tblREFUNDS.[MOVED TO NEW BKREF] = tblbookings!
|
| Experience with Access Recovery Software | 02 May 2008 14:54 GMT | 9 |
Has anyone had experience with these or other Access recovery software products for use with replicas? Kernel for Access http://www.nucleustechnologies.com/Access-Databases-Repair-Software.php
|
| Access 2007 Quick Access ribbon | 02 May 2008 12:28 GMT | 4 |
Can it's possible to use a customized QAT in Access 2007 with a Ribbon using "USysRibbons" ? because in Access options i can't select 2 ribbon name. Thank's
|
| Does a querydef object's returnrecords property automatically equal true for all select queries? | 02 May 2008 05:04 GMT | 1 |
Does a querydef object's returnrecords property automatically equal true for all SELECT queries? Or, must the QueryDef Object ACTUALLY return at least 1 or more records WHEN RUN in order for the ReturnRecords property to equal True? I'm speaking,
|
| Difficulty listing vehicle records that do not have a related record of a specified type in another table | 02 May 2008 00:11 GMT | 2 |
Suppose you have tblVehicleJobs with [VehicleJobID] keyfield. And say there's another table used to keep records of inbound letters you receive on each car. That table is named tblinLttrs and has [InLttrID] as it's keyfield and has [VehicleJobID] field
|
| notes field automatically scrolls up | 01 May 2008 22:22 GMT | 2 |
I have a form that is longer than the screen size, so there is a scroll bar to the right of the form. Inside the form there is a memo field that is longer than the height of the screen. It allows text to be entered adjacent to various checkboxes.
|
| Sending Email with CDO Object | 01 May 2008 20:25 GMT | 1 |
I am trying to send mail using CDO. The line below ("objMessage.Send") blows with this error: -21472200960 "Send Using" configuration is invalid" Here is the link where I got this code:
|
| Auto-populate second table based on combobox selection | 01 May 2008 17:05 GMT | 2 |
I hope somebody can help. I can't get into the specifics of my project, but I'll try to create a simple example: tblVehicle * VIN (text box)
|
| I use Stephen Lebans modReportToPDF... | 01 May 2008 16:53 GMT | 3 |
I use Stephen Lebans modReportToPDF. In it is a function declared as Boolean. Inside the FN, there's a line assigning the FN name a value that's not True and not False. I'm thinking that's an oversight so I changed it from "" to False. Just wanna
|