| Thread | Last Post | Replies |
|
| Activating a command button after a certain date passes. | 31 Oct 2006 15:46 GMT | 3 |
I am trying to code a cmd button to be active once a certain date passes. For example I am setting up a database form that will show sales for November and December but don't want the December button to be active until December 2nd. The button name is cmdDecSales. I am trying ...
|
| Running Events on a SubForm | 31 Oct 2006 14:14 GMT | 1 |
I have one Sub-Form with multiple comboboxes. The events associated to each combobox in the subform doesn't work. Each combobox has a query in the row source with a criteria that depends on a value of the previous combobox.
|
| VOIP activex control | 31 Oct 2006 10:27 GMT | 1 |
Does anybody here nknow of any VOIP ActiveX control that may be available? I wanna put a dial-pad on my form and dial a phone using the internet, using VOIP. Thanks you for any helping.
|
| no duplicate records | 31 Oct 2006 10:10 GMT | 2 |
I’m from Portugal and sometimes I verify your Discussion Group. I found one verify usefully for my BD, but when I try, the code that I found, the result was not very good, I ask you, if you can help me???? Here is the code:
|
| 2000 form via 2003 | 31 Oct 2006 09:15 GMT | 1 |
I have a form where I'm using two dropdown boxes in order to select a record. I built this portion in a 2000 database using Access 2003. The record select process works fine when I am using it on '03, but does not when using '00. Below is the code for the two combo boxes. ...
|
| tab control default property | 31 Oct 2006 06:53 GMT | 2 |
is there something I can do so that a tab control always returns to specific sheet when a record changes? thanks in advance, mark
|
| Calling a Sub Function | 31 Oct 2006 06:44 GMT | 1 |
Can someone sort out this code for me. I am trying to call a function to requery a listBox and a subform after a button is clicked but I just can't seem to get the correct syntax. Thanks! Private Sub CmdRemoveTube_Click()
|
| Compile Error | 31 Oct 2006 03:59 GMT | 5 |
I am getting a Compile Error: User-Defines Type Not Defined. On the Dim db As Database. However I have it defined as below. Dim db As Database
|
| Combine Multiple Tables into One Table | 31 Oct 2006 00:50 GMT | 4 |
I have 4 Tables that I have to combine into 1 Table. Table 1 = Order Address Table 2 = Order Table 3 = Order Details
|
| automatically filling a form field with zipcode based on city name | 30 Oct 2006 23:27 GMT | 3 |
When a user enters a city in the "city" field of my form, I want the "zipcode" field to automatically be filled in (and also saved in the zipcode field of the underlying table). I already have a separate table named "Zipcodes" with the cities in the
|
| How to fill new records with data from previous screen. | 30 Oct 2006 23:18 GMT | 2 |
Please help. I can't remember how I did this last time (a long time ago). I have a simple main menu with a combo box that allows users to select their employee ID# (from a table). It then displays their name in a text field and determines what control buttons are enabled based ...
|
| Suppress Cancel Error | 30 Oct 2006 21:49 GMT | 2 |
I use the cmdDelete_Click() sub on a Delete button. When a user clicks the Delete button, the Form_Delete sub displays a Yes/No message box and gives a delete confirm message. My problem is if the user selects "No", Access gives the error "you canceled the previous operation".
|
| Simple Code in Orders Form | 30 Oct 2006 21:35 GMT | 11 |
I have an Orders Form that has fields of OrderNo, OrderDate, TotalOrderCost and a combobox of SupplierId (which is the name of the company in text) All I want to do is when the SupplierId is selected, that suppliers relevant address details (Address1, Address2, Address3, Region, ...
|
| _A | 30 Oct 2006 21:33 GMT | 1 |
_ I have a form that has an array in the code. _ The array checks for erros when looping. _ The array is also attached to a list box. _ How do I get the errors to show up?
|
| Remember the value before it was replaced how? | 30 Oct 2006 21:24 GMT | 6 |
In short: I have a check box (yes/no) in my form that the user clicks to make a decision, when checked; a new message is stored in a field called Status in my database. What, I am trying to do is to store “in memory” - not in any filed - the current comment found in the Status ...
|