| Thread | Last Post | Replies |
|
| Restrict Combo Box Content | 12 May 2005 12:38 GMT | 8 |
I'm trying to create a form that lists: Main Form: Family Name (from Family table) Sub Form: Meeting information such as date, notes (linked via FamilyID PK in Family table and FK in Meetings table)
|
| Date from and to combo boxes on a form | 12 May 2005 12:19 GMT | 1 |
Hi everyone, hope you are well Can anyone tell me the best way to put "Date From" and "Date To" combo boxes on a form - I want it to be either a drop down box or calendar so the user can just choose a date rather than typing it in.
|
| custom number format help please | 12 May 2005 11:44 GMT | 2 |
I use "stations" in road construction. they are basically feet or meters from the start of the job, but in the format of ##+##.## for feet (based on hundreds) or ##+###.## for meters (based on kilometers). Since I use them to do math, can anyone tell me how I can format ...
|
| Combo box problem | 12 May 2005 11:14 GMT | 8 |
Using Access 2002, have a combo box on a form and using: SELECT DISTINCT tblOutput.Year FROM tblOutput WHERE (((tblOutput.Year) Is Not Null))
|
| subform resetting settings | 12 May 2005 10:38 GMT | 1 |
I have a number of forms with the same subform. ie a form for editing, a similar one for filtering and one for adding new records. I have done this to help the user see when they are in filter mode to prevent creation of superfluous records etc.
|
| Copy/Paste Record Problem | 12 May 2005 09:25 GMT | 4 |
Yesterday, I had a user report a problem to me, related to copying and pasting an existing record into a new record. I've spent much of today trying to figure out exactly what happens, and how to prevent this in future - with little success - and looking for incorrect records in ...
|
| Multiple selections on forms in Access 2002 | 12 May 2005 06:03 GMT | 1 |
When a form (continuous mode) displays many records I need to be able to read from VBA code which records are currently selected when a user selects more than one record via the record selectors. Any ideas would be appreciated. Many Thanks!
|
| Find record/s in a subform | 12 May 2005 05:50 GMT | 4 |
I need to be able to find records by searching the Subject Keyword field (in a subform). I need an option which a non-Access user can manage without too much instruction. The instruction will need to be on the form.
|
| detecting menu-operations with VBA | 12 May 2005 05:26 GMT | 2 |
My native language isn't English, so I'd like to appologise in advance for any spelling mistakes I've made. I created a form wich modifies the appearance of certain controls depending on the value of one field.
|
| Change the Color of Tabs on my Form | 12 May 2005 04:08 GMT | 3 |
I created a form and I cannot for the life me figure out how to change its color... Can anyone give some advice?
|
| Access to nested subform values | 12 May 2005 03:02 GMT | 1 |
I cannot find any help on the syntax for getting the value contained within the current form and its nested subforms to my OpenRecord 'where' clause. I can only get values from the main forms data as in: DoCmd.OpenReport stDocName, acPreview, ,"CompanyName =
|
| Syntax error | 12 May 2005 02:34 GMT | 5 |
I have a "browse" tabular form which shows critical fields for clients in a Client table, one line per client .. each line has a "command button" to show "More" information .. which brings up a form containing all information for a client .. the link between the forms is the ...
|
| Start a new record when opening form | 12 May 2005 01:08 GMT | 3 |
I have a minor issue I was hoping to get some help with. On my databases, I would like to set up the forms so that when a user opens the form it will automatically open on a new record instead of always opening on record #1 and then having to click the new record button. I would ...
|
| Tabs not showing | 11 May 2005 22:56 GMT | 3 |
The tab page is very long and when you open the form, it opens without the tabs showing. You must scroll up to see them. When you go to a new record it is usually ok. How do I get it to open at the top with the tabs showing? Thanks
|
| My Loop Doesn't | 11 May 2005 22:46 GMT | 4 |
I'm sure that I'm just missing a small piece of the puzzle, but I'm not able to figure out why the following code doesn't loop thru all the data in the subform. Dim rs As DAO.Recordset
|