| Thread | Last Post | Replies |
|
| Set focus problem | 16 Mar 2005 19:59 GMT | 3 |
PC Datasheet helped me with some code some days ago for which I'm very grateful. I wanted a message to appear if the user didn't enter data into a control on a form. Here is the code Dim MsgStr As String
|
| Zip code automation | 16 Mar 2005 19:43 GMT | 1 |
I have a form where I put in customer's information. I also have a table of zip codes and their corresponding towns and states. What I want to do is make the for to where when the user enters the zip code, the townand state automatically appear in their respective boxes.
|
| Sequence of forms opening Or There must be a better way ... | 16 Mar 2005 18:27 GMT | 2 |
Hello, All. First let me say: I've gotten lots of good information in these discussion groups. I've been working with Access for all of 3 months and in general it seems that everybody follows a similar learning curve. So lots of my
|
| Changing Text Colors on Form | 16 Mar 2005 17:31 GMT | 3 |
I have a form that about 30 people use to enter data on a daily basis. I wanted to offer color options via simple buttons, like a bright, a soft etc. I have this so far: Me.Section(0).BackColor = vbBlue
|
| Output to RTF from Forms. | 16 Mar 2005 17:21 GMT | 1 |
I am outputting the contents of memo fields to a RTF file to email, and i have just noticed that Access seems to be truncating odd words at end of text ( at least that is where we have noticed it). Understand that this might be an Access 'featurette'
|
| Arrange the sequence increment number of subform | 16 Mar 2005 17:11 GMT | 16 |
I have a Form ("JobFormA") and a Subform ("JobFormB") JobFormA is based on Table "JobTabA" and JobFormB is based on Table "JobTabB". In the subform I have a field "Ino", which is numeric type, in that the user enters the RowNumber manually for every record.
|
| Cancel button error message | 16 Mar 2005 17:06 GMT | 4 |
I have an unbound form that is used to input parameters for a query. On the form I have a Cancel button in the event the user changes their mind. The code on the Onclick property is Private Sub cmdcancel_Click()
|
| What's wrong with this code?... | 16 Mar 2005 16:41 GMT | 6 |
Can you help me with this. Below is some code that I got from somewhere (apologies but I can't remember where now), which I've tried to adapt to do what I want. I'm trying up update a column of figures within Excel from a COLUMN of
|
| Find out whether a user pressed RETURN ? | 16 Mar 2005 16:29 GMT | 7 |
on a special textfield i would like the user to be able to just press 'return' in order to set a command button the default one. _____________________________ Private Sub txtX_KeyDown(KeyCode As Integer, Shift As Integer)
|
| IIF Function | 16 Mar 2005 16:23 GMT | 2 |
Why is this function not listed in the Built-In Function list in Office 2003? Or am I missing something? Mary
|
| Combo Box | 16 Mar 2005 16:04 GMT | 2 |
Hi Is there a way, i can do the following. I would like to select a field in a combox and then related field in the child table would display on the
|
| Access 2003 closes when I run function | 16 Mar 2005 15:29 GMT | 1 |
I have written a function called FormIsOpen to test whether a form is currently open and put it in a module. The function code is as follows: Function FormIsOpen(FormName As String) As Boolean Dim AnyForm As Form
|
| not in list | 16 Mar 2005 13:31 GMT | 1 |
I have the follwing code: Private Sub TypeofMedication_NotInList(NewData As String, Response As Integer) Dim ctl As Control ' Return Control object that points to combo box.
|
| Disable record edit of a subform | 16 Mar 2005 12:51 GMT | 2 |
I have a form "SubjectA" and a subform in it "SubjectB" Form "SubjectA" field are : FormNo Customer
|
| format dates - very strange phenomon | 16 Mar 2005 12:41 GMT | 3 |
In order to adapt the correct format for a date in a SQL code, I set as 'date function' strBegin = Format(strBegindatum, "MM-dd-yyyy") strEinde = Format(strEinddatum, "MM-dd-yyyy")
|