| Thread | Last Post | Replies |
|
| Double click to open form and create new record | 19 Apr 2007 01:04 GMT | 7 |
Hi team, Have scoured all of the posts and tried several different things for days but just can't seem to nut this one out. I have a form (FrmSeedBankStockAvailable) in datasheet view that lists seed
|
| Cross Tab query needs data from a form | 19 Apr 2007 00:37 GMT | 1 |
I need to (somehow) get data from a table and manipulate it into monthly and quarterly reports. I would like to choose the year from a form. I can create the report as a cross tab query, but I can't get it to hook to the form. I've tried creating the query first and then a ...
|
| Create a Receipt Form | 18 Apr 2007 22:44 GMT | 2 |
I want to create a receipt form that will contain 2 tables. One table has 609 records and the other table has no records. How do I combine the two tables to enter data and use a receipt number for each record that will contain 5 digits. I will be very grateful for anyone who ...
|
| refreshing combo box on subform | 18 Apr 2007 18:52 GMT | 1 |
I have a subform with 2 combo boxes. The selection of one combo boxes limits the selections the user can choose from in the next combo box. This is done using an after update on the first combo box. The problem that I am having is refreshing the 2nd combo box with based on the ...
|
| Set record from subform to current record in Mainform | 18 Apr 2007 18:45 GMT | 18 |
I have a form that has subform containing 3 fields. One field is a The subform is in datasheet view showing jobs that are incomplete which may consist of a few rows. I need to be able to double click an incomplete record in the part number
|
| Filter a form from a table | 18 Apr 2007 17:33 GMT | 3 |
I've set a filter to show me records in case a field is true but also asks the user for a value. When i open that form i have to press the button "aply filter" or else it doesn't filter my records or ask me that value. It's a form that shows value from a table and the user simply ...
|
| Need to add decimal to field for displaying | 18 Apr 2007 16:08 GMT | 3 |
I have a database field containing the value of 2330. I need to display this as 23.30. The field is display only, I do not want to store this as a decimal in the database. I have tried the following:
|
| Ordering tabbed subforms within a main form. | 18 Apr 2007 15:39 GMT | 1 |
How do I change the order of tabbed subforms within main form? For example, if I have 3 tabbed subforms (say, product, customer, and supplier) which run in that order from left to right but REALLY want the order to be customer, then supplier, then product?
|
| password field and lower case | 18 Apr 2007 15:30 GMT | 1 |
is there a way to force a password file to be lower case on input so the expression is forced lower case and masked?
 Signature Mark Matzke
|
| Does SHGetFileInfo work in Access 2003? | 18 Apr 2007 15:12 GMT | 5 |
Does the SHGetFileInfo API call work in Access 2003? I have copied and tested various bits of code invoking this, but the hIcon and index parts of SHFILEINFO keep coming back as 0 which seems in turn to cause an "invalid picture".
|
| Calendar Control | 18 Apr 2007 14:10 GMT | 2 |
How do you set the properties on a calendar control to always come up with todays date, but still have the ability to change the date
|
| Long Iff Statement | 18 Apr 2007 12:08 GMT | 5 |
Can I do an iff statment like: =Iff([Text93]<[Text84] Or [CDV]<[ Text68] Or [CHSI]<[Text70] Or [Text39]<[Text82] Or [DIGI]<[Text71] Or [Text40]<[Text83] Or [Text60]<[Text102],Yes,No)
|
| DLookup - Doesn't update in form until 1st scrolling to other reco | 18 Apr 2007 11:44 GMT | 2 |
I have very little experience and have been slowly working my way through setting up a fairly simple database for our office. I have run into a problem with DLookup that I just can't seem to figure out. Here is the deal...
|
| Access 2007 - Combo Box Question. | 18 Apr 2007 07:44 GMT | 2 |
Basically, this is what I'm looking at doing. I'm creating a database, using a lot of drop down items in the form of combo boxes for quick selection of items to put into a main database. The user of the database wants to be able to edit/add/delete items from
|
| Min statement | 18 Apr 2007 03:44 GMT | 2 |
I need to get the min of two statements =IIf([TRPB1]<[TRPB2] Or [CDVA1]<[CDVA2] Or [HSIA1]<[HSIA2] Or [HSIB1]<[HSIB2] Or [DIGA1]<[DIGA2] Or [DIGB1]<[DIGB2] Or [RPUA1]<[RPUA2],0.05,1)
|