| Thread | Last Post | Replies |
|
| Make a text box visible if a different text box has text in it | 21 Jul 2005 02:06 GMT | 4 |
Question for Marsh if possible. I have a text box named P1Bill1Name and... Another text box named P1Bill1Paid. If P1Bill1Name has text in it I want P1Bill1Paid
|
| Auto populating a date field | 21 Jul 2005 01:49 GMT | 2 |
I have a drop down box Listed as " Status" This drop down box contains 6 different status's. I want to auto populate a field called "Date Of Status" With the current date, each time the status is changed. However there are two status named "N" and "RJ" where another date field
|
| Quantity and In Stock | 21 Jul 2005 01:24 GMT | 3 |
I have a text box in my form where i input the quantity for the amount of that item im selling, what i want is for that amount to automatically be substracted out of the table so if i have 99 hard drives and i make an invoice (my form) and sell 3 the table will read 96 the next ...
|
| Transfering Control Contents between 2 forms | 20 Jul 2005 23:35 GMT | 2 |
I have a form where Invoice information is entered into a subform. If an Operation Code (OpCode) is entered into the dropdown that is not in the list a form is opened to a new record so that the new Code can be entered with a description using NotInList. This works fine. What I ...
|
| retrieve | 20 Jul 2005 23:24 GMT | 1 |
Great admirer of this site: I built a multi listbox that has many columns. I am trying to use the column(x) property to pick up the additional values in each selected row. The
|
| Modifying the current record in code | 20 Jul 2005 22:46 GMT | 3 |
I am trying to modify values of the currently selected record of a form in VB Code. The following gets called when the check box is clicked on a treeview on the form: rs.Edit
|
| Run form invisibly in background | 20 Jul 2005 22:40 GMT | 2 |
Is there a way to have a form open but invisible to the user? I am running a couple of forms that contain code that gently logs users off the app after 5 mins and it requires a form to be open to check a table field every 5 mins (Can't remember where I got the code, but it works ...
|
| Drag n drop function for form memo field | 20 Jul 2005 22:09 GMT | 6 |
I would like to have the drag n drop function working on a single memo field on a form. my idea is that the user should be allowed to mark a part of text and drag and drop it within that memo field rather than cut and paste it via
|
| "Runtime Error 2110" cannot move the focus to the control | 20 Jul 2005 21:32 GMT | 1 |
I have a combobox that I have set.focus to but get the error message above, but it updates prior to the error. Need Help
|
| Array of Letters (A,B,C ...Z) use to FindFirst | 20 Jul 2005 20:31 GMT | 8 |
I have a form with customers and the user can select customer id/name via a cboSearch combobox now some buttons with the letters of the alphabet should make it easier. I've done some code for 6 buttons each with the corresponding Caption ...
|
| open report button syntax error | 20 Jul 2005 19:34 GMT | 13 |
I need a form button to open a report to the record that's open in the form. I've tried the following code but get a syntax error. I'm sure it lies within the "Forms! & Me!form & [txtProfileID]" string. Anyone see how I can resolve this?
|
| Easy SetFocus Question... | 20 Jul 2005 18:38 GMT | 5 |
I have a form that has a subform. I need to create a button on the main form that sets the focus to a particular field on a subform. How do I do this? Thanks,
|
| Fetch the Record Number to display on the form | 20 Jul 2005 17:56 GMT | 5 |
I'd like to display the record number and the number of record numbers on the form instead of in the navigation bar. e.g Record [current record number] of [number of records]. I realise this is probably fairly easy, but I can't find out how to do it after searching the online ...
|
| shrinking the detail section | 20 Jul 2005 17:34 GMT | 1 |
i have a form that displays info by week. So that the users can see and remove weeks as they please, i have buttons, that will display each week. That part of form is Ok, but when a week is selected, it will appear right where it is in the design mode, which it is supposed to. now ...
|
| No Command Button Wizard | 20 Jul 2005 17:22 GMT | 1 |
I usually don't use the wizard, but I just noticed when I select the Command button from the toolbar, the wizard does not start. Why would it suddenly not initiate? Is there a link/reference missing? Bernie
|