| Thread | Last Post | Replies |
|
| Displaying a stored image on a form | 04 Feb 2008 18:59 GMT | 6 |
I created an OLE Object type field in a table and then I inserted an graphic file (JPG). I then created a form on which I want to display my graphic file. I tried to display the graphic in a bound object control but the contol only
|
| Record select using a combo box | 04 Feb 2008 18:27 GMT | 3 |
I have a form that uses a combo box to select the record displayed. When the form is opened, the first record is displayed, but the combo box is empty. Is there a way to populate the combo box to match the record displayed upon opening the form?
|
| Reference Form Field through a Module | 04 Feb 2008 17:44 GMT | 4 |
Is there a way that I can reference a form feild through a module? I used this in the class objects code for the Form and it worked fine? Label373.Visible = True Label377.Visible = True
|
| ProperCase problem | 04 Feb 2008 17:35 GMT | 2 |
I have a problem with ProperCase. My code is following: Public Function Aa(strToChange As String) As String Aa = StrConv(strToChange, vbProperCase) End Function
|
| Switchboard Manager | 04 Feb 2008 16:43 GMT | 1 |
I am working out of Access 2000. When I go into Tools>Database Utilities>Switchboard Manager, and error message pops up: Invalid procedure call or argument I am needing to create a switchboard, and need to know what to do to correct
|
| Problem with registering | 04 Feb 2008 16:35 GMT | 1 |
In a database of mine I have a form with a few text boxes (first name, last name ...) and some subforms for additional information. Also there is a number of tables giving alternatives in combo boxes. When I try and register a new person and have typed in what is required in the ...
|
| Cascading Dropdowens | 04 Feb 2008 13:56 GMT | 1 |
Hi all Im New Here Ive searched through the forum for step by step instructions on how to make cascading dropdowens in accsess but have been unable to find any infomation i can use
|
| Code ? | 04 Feb 2008 11:40 GMT | 4 |
This may sound really stupid, so please bear with me. I have been following this forumn for about six months now and have learned alot. But, I keep seeing something along the lines of this: "Put this code behind this button, etc" . I am not school trained on this and am just ...
|
| Problems Entering into Subform | 04 Feb 2008 10:51 GMT | 1 |
I have a subform which is based upon a table. On the subform the Recordset is set to the table, Default View = Continous Forms Allow Form view = Yes
|
| Date Part or Date Value | 04 Feb 2008 06:37 GMT | 1 |
I have a form such that there are labels for each of the month and the control being a checkbox such that if a task is done in a particular month, then the checkbox for this month is ticked. I would like to add a textbox on this form and link it to a table such
|
| OpenArgs Questions | 04 Feb 2008 06:30 GMT | 4 |
I know how to link a sub form within a Main Form by creating a child and parent field with the same ID. However, I am having a problem creating a link with a command button from one form to another and forcing it to take the same ClientID. It has been suggested to Pass the ID ...
|
| Copying All Records from a Query to a Table | 04 Feb 2008 05:42 GMT | 2 |
Here is another one! I have a code which copies one record from a query(TODAY CHARGES) to another table(RESPEL TEST ALL CHARGES). I want the code to copy all the records in the current query to the table.
|
| Clearing Combo Box When Advancing to a New Record | 04 Feb 2008 03:41 GMT | 1 |
I have developed a survey with the following tables: TBL_RESPONDENT [RESP_ID] [SURV_ID]
|
| Change Date By Macro or Code Leaving Only One Record | 04 Feb 2008 03:37 GMT | 1 |
I have a table called RUNDATE which has only one record in the date which my whole program looks at as the running date. I would like to run a Macro on a form or a Code upon which once I press it that single date in that table to change to the next day, lets say from ...
|
| adding pictures | 03 Feb 2008 23:29 GMT | 1 |
I am enquiring is it possible to add a picture to each line in a table.Some may be blank and some may have pictures on it. The table is run as a search form and that is up and running though i am trying to add pictures of people to go with there
|