| Thread | Last Post | Replies |
|
| Question about DLookUp and how to bring in info from a foreign tab | 17 May 2007 06:42 GMT | 1 |
OK, my database form is based off of a table titled: Show Events, and I want to pull separate data from a foreign table titled: Show Stores. One of the data fields I am trying to pull over from the foreign table is the year that the store joined the organization, which is the ...
|
| I can't see my form. | 17 May 2007 02:13 GMT | 1 |
I created a new form using a query. I can see it in design view, but I can't see it in form view... I get a blank screen. Any advice as to what might be causing this would be greatly appreciated it.
|
| Adding multiple records at once..Is it possible? | 16 May 2007 21:56 GMT | 13 |
My subform updates a table set up to track commodity increases. Each Vendor has a commodityID that helps to group vendors that sell like commodities together. Currently my main form has three cascading boxes (2 combo, one list):
|
| Run Time Error (again!) | 16 May 2007 21:51 GMT | 16 |
Would someone please tell me what is wrong with this line of coding: CurrentDb.Execute "INSERT INTO tblMovement (InsertDate) " & _ "VALUES (" & txtInsertDate & ")" I am getting a syntex error. The value of the txtInsertDate is =Now() and I
|
| I want my subform to stay in the Form view. | 16 May 2007 19:59 GMT | 3 |
How do I keep my subform from reverting back to Datasheet view after exiting? I want the users to see Form view only at all times. Nicole
|
| Obtain and Insert UserID | 16 May 2007 19:58 GMT | 7 |
Greetings... What is the best way to insert the UserID into a field in my table. Users will have to sign into the database. Thanks,
|
| Delete Record #Name? | 16 May 2007 19:42 GMT | 3 |
I've got a Main form with two subforms, 1 & 2. 1 is based on a query that is joined to the underlying table that 2 is used to enter data for. I added a button to Form 2 which deletes the current record from this table. Form 1 requeries On Current and after I've deleted a record and ...
|
| updating table using user value | 16 May 2007 19:32 GMT | 1 |
I am trying to design a system wherein based on the the po no. each line item gets recorded in the database. If there is a partial shipment for the line 1 shipment than when the item is being received by the same po no again same line no. it should add up the qty
|
| Files in a directory | 16 May 2007 19:18 GMT | 11 |
I have created a database and everything is working fine. I just would like to access directory contents and displayed then in a form. For example I have records that I have saved/scan to a particular directory now I would like to see then on the bottom of the form. Can someone ...
|
| Text Box Date Format | 16 May 2007 16:39 GMT | 2 |
Hi Folks - I have a text box on a report. The underlying query was modified to display the date in MMM dd, yyyy format. When I run the query, the date is formatted properly. However, the text box that refers to the query date field still displays in mm/dd/yyyy format. Note: The ...
|
| How do I make the previous record show up in a new record | 16 May 2007 15:56 GMT | 1 |
How do I make the previous record show up in a new record so it doesn't have to be typed agian when adding a lot of records? any help would be greatly appreciated... Thanks,
|
| REPOST: Forms, subforms, comboboxes, & M:M relationships (Easy!) | 16 May 2007 15:46 GMT | 1 |
Please help! I have 3 entities (Watersheds, Goals, Objectives), all related many-to-many. These are represented in my Access XP db as tblWatersheds, tblGoals, tblObjectives, and tblWatershedsGoalsObjs as the junction table to resolve
|
| Multi-Select List Box | 16 May 2007 14:28 GMT | 2 |
I read and read the newsgroups, but I can't seem to wrap my head around multi-select list boxes. I have a form based on tblStudentData. I want to have subForms open up in ListBox form to select values for student interventions the child/parent
|
| Verticle Scroll Bar Not Displayed as Expected | 16 May 2007 13:37 GMT | 3 |
I have a form with a text box. The text box properties are set to allow verticle scroll bars. The text box margins (L/R/T/B) are set to .02". This is to allow reading the entries easier.
|
| Error while openning form | 16 May 2007 13:34 GMT | 3 |
When I try to open a for in an Access database I get a pop-up dialgue box with the follwoing message: The expression On Current you entered as the event property setting produced the follwoing error: A problem occurred while Microsoft Access was
|