| Thread | Last Post | Replies |
|
| Re-Assign path of linked tables via code | 05 Jan 2005 03:09 GMT | 1 |
I am using A2002, with some users using access runtime. I have created a FE and BE database template. I am having the few user's with FULL ACCESS, copy the FE and BE to their desktop, remap the FE to point to the NEW location of the BE using link table manager. And then having ...
|
| Inconsistant Combo box behaviour. | 05 Jan 2005 02:50 GMT | 2 |
Usually on a form I can link a subform to a combo box using the child/master fields in the subform's property box. But sometimes this does not work. Please help, Frank
|
| Opening forms in multiple databases | 05 Jan 2005 02:34 GMT | 1 |
I have two databases that work in parallel and I wanted to build a switchboard that can open a form in either of the database files. Is this possible? Will it require multiple instances of access running at the same time?
|
| Why i can't export a memo field with a query? | 05 Jan 2005 02:26 GMT | 2 |
I'm trying to exporta memo field from a form to a table, and the query only export a part and the rest is lost. Somebody can tell me what can i do? Thanks
|
| Advance Recordset and Trigger Function...? | 05 Jan 2005 01:12 GMT | 2 |
I have a form with a lot of records in it ( > 150) on this form is a button which generates a word document report based on the info in the form I need to create a macro/function that will trigger the report generation function advance the form recordset and repeat until it gets to ...
|
| How to determine field value in BeforeDelConfirm event. | 05 Jan 2005 00:39 GMT | 3 |
I have a continuous form. When I a user deletes a record I want to know if that record's date is a certain value before I allow the delete to occur. However in the BeforeDelConfirm event that record's field values are no longer accessible as the record cursor has already moved ...
|
| Need help to make a RowSource for a Graph | 05 Jan 2005 00:10 GMT | 2 |
Hi; I have a table named [PrescriptionsTBL],having a numeral (Byte) field called [PT] that mostly gets values between 1 to 10. At the end of month the table may have up to 5000 records and i want to know
|
| OpenForm action canceled | 04 Jan 2005 23:45 GMT | 1 |
I do not know why this is happening....the code below works if there is no dates selected in either txtStartDate or txtEndDate, but if there are dates, then I get an error the the OpenForm action was canceled. How would I debug this? Any ideas?
|
| Dividing by 0 | 04 Jan 2005 23:45 GMT | 2 |
How do I replace the #Div/0 with a blank for records that do not have values yet for the high field? Low / High 364.8/ 10327 = 0.035324877
|
| Not In List | 04 Jan 2005 23:08 GMT | 6 |
I have a form with two cascading combo boxes. The first one is the 50 states in the U.S., the second one is the corresponding counties in the state that is selected in the first combo box. Users want an option of adding a venue to the county combo box when it is not in the list. ...
|
| Toggling views in subform | 04 Jan 2005 22:11 GMT | 2 |
I have tried to apply a suggestion from another post, but cant get this to work. I wish to have a button on a main form that toggles the view of a subform between continuous form view and datasheet view. The following, of which, was posted in a previous thread, is what i have ...
|
| Splitting Application | 04 Jan 2005 21:47 GMT | 4 |
How do I split an application into data (tables) and application (queries,forms, and reports) and link them together. Please let me know.
 Signature Thanks!
|
| Lost Toolbar during splitting | 04 Jan 2005 21:39 GMT | 3 |
I split my database into backend (tables) and application (queries,forms,reports,etc). When I imported the application into a new blank database, I lost my toolbar which I created. I don't seem to be able to copy it from the original database. How do I retrieve this toolbar?
|
| How to: Make a field appear when combo option is chosen... | 04 Jan 2005 21:37 GMT | 2 |
I have an employee status field that offers two choices: Active and inactive. When the entry person chooses 'inactive,' I would like my Date of Termination field to appear. I know it has something to do with an event, but I'm not sure how to do it!
|
| CommandBarControl | 04 Jan 2005 20:30 GMT | 3 |
Here is some code I used to use in an Access 2000 database. I have upgraded it to Access XP. The code no longer works. The cbrctl.CommandBar section gives an error about the object not being supported. Any help is appreciated.
|