| Thread | Last Post | Replies |
|
| Subform Requery | 06 Feb 2008 08:23 GMT | 3 |
I am trying to force a requery upon the main form activation. I want to double click to add a new contact, which is listed in the subform. On double click I have an 'add contact' form open. After filling and closing, the subforms are not listing the new contact, which tells me ...
|
| tabs and subforms | 06 Feb 2008 05:16 GMT | 1 |
This one's driving me crazy. I've got a tab control with a subform on each tab. each subform has a check box. I can access the value of the checkbox on the first tab, the syntax follows; Forms!frmMain.sfrmQuoteList.Form.chkCurrentQuotesOnly
|
| Error 3048 "Cannot open any more databases" | 06 Feb 2008 02:41 GMT | 7 |
I have seen this covered a few times, but I can't find a solution for me. I have a form with an unbound subform. The user selects a record from a search subformat the top, which sets that eord as the filter for the main form, then hits a command button that binds the unbound form ...
|
| Some Quotation Mark | 06 Feb 2008 01:44 GMT | 3 |
This code support only (Numeric value) can any one covert this code to accept (text value) ================================== The code
|
| Checkbox border on report | 06 Feb 2008 00:51 GMT | 3 |
I have a checkbox field on my report. Whether the checkbox has been checked or not, the black border still shows on the report. Is there a way to show ONLY the check mark if yes and blank NO border if no? Thank you!!
|
| Update lookup query in subform | 06 Feb 2008 00:49 GMT | 4 |
I have a form called 'player' on that form there is a sub form called 'classschedulesubfrm' inside the subform there is a lookup field that runs a query on the 'classes' table. on the main form 'player' I enter a persons class schedule if there is a
|
| Combo box | 05 Feb 2008 23:08 GMT | 2 |
If you have combo box with this List: 1 2 3
|
| BeforUpdate Code | 05 Feb 2008 22:29 GMT | 4 |
I'm using the following code in the BeforeUpdate of the form to confirm data changes: Public Function ConfirmDataChange(Cancel As Integer) Set frm = Screen.ActiveForm
|
| Required sometimes | 05 Feb 2008 21:50 GMT | 1 |
,I need to make a text box Required - But not all the time!! If another field "A" is not blank make field "B" required... Something like this, but "Required" obviously, does not work!! If Me.CA_NAME <> " " Then
|
| Record Sorting | 05 Feb 2008 21:49 GMT | 3 |
Hello and good morning, can some help me in where i am going wrong, I'm trying to sort records in a certain way, but its not working, I Created a query which represents a table and on two fields set as
|
| hopefully easy DMAX question | 05 Feb 2008 21:42 GMT | 2 |
I know basically how DMAX works. This is what I have so far. LastPrice: DMax("[in_vpbrk_effdt]","ingres_in_vpbrk_tbl") where in_vpbrk_effdt is the date. The date is in this format 12/12/2007, I run a query on the table then run another query off of
|
| Open form and if no matching records create a new record | 05 Feb 2008 21:33 GMT | 3 |
I am sure this is simple for most of you but I am stumped. I have a form PT_Demog that needs to open another form PT_MedBasic I created a button using the wizard to open records with Patient_ID. Private Sub Medical_Form_Click()
|
| BCC Email | 05 Feb 2008 21:32 GMT | 3 |
I hate to ask this again but I didn't get a response so I thought I would post my code to help decipher my issue. Below is the code I have in a Command Button and it works perfectly! All I want is to be able to add two people as BCC and I tried everything but it won't work. If I ...
|
| SetFocus problem | 05 Feb 2008 21:29 GMT | 2 |
Alright, this is driving me nuts. I have an unbound text box (txtAddInvoices) on a form (A2003) where a user can enter an invoice number and the code in the After Update event creates a recordset clone and looks for the invoice number. If a match is not found it displays a ...
|
| Sub Form specific values | 05 Feb 2008 21:10 GMT | 10 |
My Objective: User enters data in a field on a form. The form has a subform. When data is entered, only 2 choices appear on the combo box, on the subform.
|