| Thread | Last Post | Replies |
|
| Make a label "flash" on a form | 26 Jul 2005 20:30 GMT | 8 |
I have a switchboard that has a label on it that I want to flash on the screen, meaning visible for a second, then invisible, visible, etc. I have a "TestVis" macro that runs on the On Timer property, with the Timer Interval set to 3000 (so every 3 seconds).
|
| open selection criteria form before record source query | 26 Jul 2005 20:27 GMT | 2 |
I have a form that allows the users to edit records in a table. I would like to add the ability to select a subset of records, based on one column of the table. I created a new form with a combo box which lists all the possible options of the column to be selected on, which is ...
|
| Searching in a SQL DB using a form | 26 Jul 2005 19:46 GMT | 3 |
I would like to do search in a SQL2k DB of a license plate number using a command button in an Access 2k form field. The latter is already linked to the DB. The license number is composed (here in Spain) by letter and numbers
|
| How To Capture VBok or VBNo button clicked | 26 Jul 2005 19:32 GMT | 2 |
I’m using the automatic send email by using false as the 9th sendObject. How do I capture the ‘yes” or “no” that is clicked on the popup. Here is my code: DoCmd.SendObject acSendNoObject, , , frmActive.AssignedTo.Column(1), , , , ,
|
| Changing the datasource of a control in a subform | 26 Jul 2005 19:17 GMT | 1 |
I'm developing an application using access 2k. The problem i have is the following: I have a form with a subform, inside the subform I have a combobox, which is filled with the result of a certain query by default. What I need is to
|
| Problems with Making Hidden Fields Visible Based on Values of othe | 26 Jul 2005 19:12 GMT | 4 |
I am having a problem. I Have a drop down menu of different predefined values. I want to set it up so that when one value is selected, I havea series of different fields appear. When you select anothe value, those same fields dissappear and the fields pertaining to the new ...
|
| How I open a form in datasheet view from a switchboard menu? | 26 Jul 2005 18:43 GMT | 4 |
I am having troble opening a from in datasheet view from the switchboard menu. I have already set the default veiw in the form propreties to datasheet but the form still opens in form view.
|
| Lookup Field in form from subform | 26 Jul 2005 18:41 GMT | 6 |
I have a subform A (with a main form B) and another form C. I want to look up a field in Form C and add it to a field in subform A. The to forms (A and C) are linked in a one to many relationsship. The problem is that I only get the value from the current record in form C in
|
| Compile Error: Variable not defined | 26 Jul 2005 18:15 GMT | 1 |
I received some help making two forms recently that have code. I made what I think are appropriate changes to the forms but now when I try to use the forms the Microsoft Visual Basic opens up and gives me this error message: "Compile error: Variable not defined" and hightlights ...
|
| "Can't add records" error | 26 Jul 2005 18:02 GMT | 2 |
Sorry if this ends up as a double post, but it seems the first attempt didn't go through. I have a database in which I must have 2 unique fields, Code and User. If I have both fields in one table and set each one as a Primary Key, the
|
| What is wrong with this if statement? | 26 Jul 2005 17:14 GMT | 2 |
Good Morning all, The selected biennium start date is 1/1/05 The selected biennium end date is 12/31/06 This is the If statement I am using on the Before Update event of the form:
|
| Linking Problem with Subform | 26 Jul 2005 16:05 GMT | 3 |
I guess I have a serious problem: On checking the link between a subform and its subsubform I receive the following message: 'Object variable or With-Block variable not defined' (free translation from
|
| Dynamically create check box fields from data in the DB | 26 Jul 2005 16:02 GMT | 1 |
Good day I have a table that consists of a list of ingredients. I would like to create a form for the user so that the user can select (check box) which ingredients they would like.
|
| Calendar Control Issue - Revisited | 26 Jul 2005 14:39 GMT | 2 |
I have an unbound calendar control on a form. I use this calendar to set the values of various date fields on the form. The date that seems to display on the calendar control is the date I placed the control on the form. Is there a way for me to display the current date on the ...
|
| Would Like to Create an "Alert" Box for Stock in a Form | 26 Jul 2005 14:29 GMT | 1 |
I'm after a little help, please! I have set up a simple database with details of products we use at work. These products need to be re-ordered regularly. What I want to be able to do is this:
|