| Thread | Last Post | Replies |
|
| Best way to link an MDE file | 11 Sep 2006 14:26 GMT | 1 |
I am about to create an MDE file of my database. It will be available on several computers and I was wondering what would be the best way of linking each computer to it? Would it be by specifying the path C:/blah/blahblah or another way?
|
| Adobe 7 Automation | 11 Sep 2006 14:17 GMT | 1 |
Friends, this is an odd request but can anyone open this bloody link for me? http://support.adobe.com/devsup/devsup.nsf/docs/53549.htm I believe it holds the key to what I have been searching for the past
|
| NotInList | 11 Sep 2006 14:01 GMT | 8 |
access2002, xp Looking for ideas on the best way to add an item to a combo box by double clicking on it. I believe I can do this somehow using the NotInList property.
|
| Go to Item in Drop Down List | 11 Sep 2006 13:30 GMT | 6 |
I need to set OnEnter of my Combo "Project1" to get the value from Text70 and then dropdown (so that i am automatically scrolled down the list to the items which start with letters same as Text70) I tried
|
| recordsetclone filters | 11 Sep 2006 10:09 GMT | 5 |
hi there i have the following code to filter my query, and none of the filters seem to be working. as the recorset initially gives one or two records back and then after filtering it never changes. Dim date_id1 As Integer
|
| Preventing a record update when a form closes ... | 11 Sep 2006 04:44 GMT | 1 |
I'm new to access and have been trying to understand the event model for forms in access and am having trouble understanding some of the basics. For example, I created a simple database just for testing purposes, it has one table. This table has just two fields, an autonumber ...
|
| Option Group visiable based on text box value | 10 Sep 2006 22:01 GMT | 1 |
I have a text box on a form called Type which will hold the following values P S
|
| Too Many Dates | 10 Sep 2006 20:10 GMT | 1 |
I have a calendar form that essentially works. I have 42 textoxes that fill with values 1 -31 depending on the month but the problem is that after it gets to the End of the Month I get an additional 6 days. I need to fill the textboxes "D" up to the last day
|
| Creating a sum of different units | 10 Sep 2006 15:51 GMT | 3 |
I am working on a project where I need to create a sum of different units. I have created a sub form containing data that is calc. in different units. i.e. bottle #1 1 Kg
|
| Clearing combo box | 10 Sep 2006 14:14 GMT | 2 |
I am using the following code to open Form FrmJobs2 and go to a specific record. Private Sub txtInvNo_DblClick(Cancel As Integer) Dim stDocName As String
|
| copy returned rows, changing foreign key.. | 10 Sep 2006 06:03 GMT | 2 |
I have a form which returns budget items for a certain period. I'd like to be able to call up a previous period's budget, then copy these rows changing the period to give a template for a new budget period. (keys are client_id and period)
|
| Complicated Combo Box Filter | 09 Sep 2006 21:33 GMT | 1 |
I have a frm called frmcharges It has a combo box called PersonID with the following SELECT tblPeople.PersonID, [tblPeople].[LastName] & ", " & [tblPeople].[FirstName] & " " & [tblPeople].[MiddleName] AS Expr1
|
| Conformation yes No question | 09 Sep 2006 19:37 GMT | 1 |
For when i click the order button on my database is there a way that i can have a messagebox to come up to ask if i am sure i want to place an order with a yes and no click boxes Thanks
|
| On exit form opens report on specific record | 09 Sep 2006 18:11 GMT | 1 |
I need when closing a form to open a report on a specific record. So, I have this code: Private Sub Form_close() DoCmd.OpenReport "Invoice", acViewPreview, , "[DocId] = """ & Me.[DocID]
|
| History File | 09 Sep 2006 17:55 GMT | 3 |
At the end of the business day I want to hit a command button and have all of the records from "Sales" and "SalesDetails" move from Database1 to "SalesHistory" and "SaleDetailsHistory" in Database2. I then want to save the last "SalesID" from the "Sales" table, Delete all of ...
|