| Thread | Last Post | Replies |
|
| Date and time onto a form | 18 Nov 2007 06:01 GMT | 1 |
Hi, I am designing a form that my client would like the date and time automatically recorded in a field and stored so that when they refer back it shows when the record was done. The 'NOW' function only shows the current date & time and keeps updating. Is there a way of putting ...
|
| Paste append to form dialogue work around | 17 Nov 2007 23:37 GMT | 11 |
Hey all.... I am getting a dialogue that says "None of the field names you pasted onto the Clipboard match the field names on the form."
|
| Tab Index Problem | 17 Nov 2007 23:02 GMT | 2 |
I am trying to set the tab index values for my form controls. The problem is that even though I enter a certain value for a particular tab index, it is not saved. It seems to be automatically reassigned. I have tried starting from the end and assigning a high number to
|
| For Each Next problem | 17 Nov 2007 22:54 GMT | 14 |
I am embarrassed to say I have never been able to get an each, next to work...probably due to my learn by problem method instead of an organized class but I am hoping that by conquering this one, I will finally get it. I need to send an email to each of the people returned by an ...
|
| What are these? | 17 Nov 2007 21:26 GMT | 2 |
I have an attachment field named Documents, in a table. On the field list of the form it shows Documents and three other objects, Documents.FileData, Documents.FileName, and Documents.FileType. When I dragged them onto the form, Documents.FileData is identified as an
|
| Auto calculate a field | 17 Nov 2007 19:22 GMT | 1 |
I have a form with the control source =[txtPr]*[txtImpact]/100 When I tab to another field it calculates correctl. What we need is when a user enters a value in the field the value above automatically change
|
| List Box | 17 Nov 2007 14:58 GMT | 28 |
I have a frmreferb form and frmrefurbsub form. the sub form and the following field Supplier - Product - Product Desc - Serial Number I want to be able to click on the Supplier List Box and the click on the
|
| Conditial Formatting Not Available | 17 Nov 2007 13:54 GMT | 1 |
After trying to use conditional formatting (which didn't work btw) now the Conditional Formatting button in the ribbon isn't available or disabled. I tried Compact and Repair but it didn't work. Any ideas?
|
| I can't edit a form until I move to the next record, very odd! | 17 Nov 2007 13:50 GMT | 1 |
I have a Master form with a master record, when I open the form, i am unable to edit the data on that form until i move to the next record. I also have lots of other forms on other tabs, some linked, some unlinked to the master form, I have the same problem with all these other ...
|
| Datasheet Form problem | 17 Nov 2007 12:07 GMT | 6 |
I have a subform that is in datasheet format. There are 3 controls ActionDate (Source Date()), ActionTime (Source Time()), and ActionLog (Text field). All 3 fields are locked and have this code in onCurrent event Private Sub Form_Current()
|
| Create a duplicate record | 17 Nov 2007 08:46 GMT | 1 |
I use a form to input the data into the table. From time to time, I need to create a duplicate record from previous records or just completed new record. I saw the previous articles here but most of them to copy the last record to a new record. However, I need to highlight the ...
|
| English blank birth certificates for translation use? | 17 Nov 2007 04:41 GMT | 1 |
I am trying to find a template for birth certificates. I am trying to translate a Spanish birth certificate into english, and if I can find a form that all I have to do is put in the required information, e.g. name, place of birth, parents name, date of birth, etc, then it would ...
|
| Highlight certain items in list box | 17 Nov 2007 01:31 GMT | 4 |
Is it possible to highlight certain items in a list box? Is it even possible to highlight items in a list box? The list box is populated through a procedure. Upon update I would like items that meet a certain criteria to be highlighted.
|
| Determine if form is open | 17 Nov 2007 01:04 GMT | 3 |
I have two forms - FORMA and FORMB - that I have not linked. I want to place a command button on FORMB that causes it to set a control in FORM B to a person's id currently showing in FORMA. Or to automatically set FORM B to show a record in FORMB related to the record in FORMA ...
|
| Form's Formatting | 16 Nov 2007 23:37 GMT | 5 |
Shouldn't this conditional formatting work? (CF applied to a text box on a form.) 1st cond: Expression is --- [Missing]=True Red 2nd cond: Expression is --- [Deceased]=True Blue
|