| Thread | Last Post | Replies |
|
| delete file | 01 Feb 2006 14:52 GMT | 2 |
I want to delete a file in the rootdirectory (c:\) of my computer. How do I do that? I tried htask = Shell("del c:\example.mdb")
|
| Refresh Linked Tables | 01 Feb 2006 14:27 GMT | 1 |
I need the code to refresh linked tables please. The location may change so we need to call the linked table manager. Thanks Chris
|
| BeforeUpdate and Me.Dirty | 01 Feb 2006 14:26 GMT | 2 |
If have this code in the BeforeUpdate event: If Me.Dirty Then If IsNull(text_switch) Then MsgBox ("My Message!!!!")
|
| Sequence of events between form and subform | 01 Feb 2006 14:07 GMT | 5 |
Does anyone have a lead on a definitive reference for the sequence of events in moving from a form to a subform and back to the main form? Specifically, I have multiple subforms for entering a variety of data. My main form has a subform control whose recordsource is set depending ...
|
| Requiring Data in form fields | 01 Feb 2006 13:55 GMT | 1 |
I have three fields I would like to require: [County] a text box [PCompany] a combo box that gets its data from another table [MList] a yes/no radio group
|
| Set Print Margins | 01 Feb 2006 07:52 GMT | 4 |
Is it possible to code the margins maybe in on open event? The secretary's access reports seem to change to my larger margins (because i have an inkjet) and after I modify our database. she has a laser and needs the default smaller margins.
|
| Urgent ! - Hypelink code works in 2003 not in 2000 | 01 Feb 2006 07:37 GMT | 1 |
I developed a form for a user in Access 2003 works like a charm. He only has 2000, told me after the fact! Upgrade is not option. Have to change my forms to work. The form has 4 command buttons on it that with a coresponding text box
|
| Access DB Forms Codiding vb | 01 Feb 2006 06:17 GMT | 1 |
New again to Access programming and not to familiar with VB. Would like to use the DoCmd.RunSQL to excute a SQL command to select a value from a table. Finaly got the SQL statement correct, I.E. copied form SQL builder, and it runs with no problem. However when runing with the ...
|
| Template for Home Inventory (Access 2003)? | 01 Feb 2006 04:01 GMT | 1 |
I am looking for a template for Access 2003 that will help me keep am inventory of items in my home. I see one out there for Access 2000 but not 2003. Is there any newer version or does anyone know how I can use the 2000 version? Thanks in advance.....
|
| Run-time error '2046' - The command or action 'Copy' isn't available now. | 01 Feb 2006 04:00 GMT | 4 |
I have an Access 2002 application that's been running for years. One feature is a button on a form that copies the string contents of a control to the clipboard. This morning it stopped working and gives this instead: Run-time error '2046' - The command or action 'Copy' isn't ...
|
| Why doesn't this work? Just curious... | 01 Feb 2006 02:41 GMT | 4 |
Hello Anyone? Why doesn't Example A work but Example B work? Example A If Me.txtLength > 0 And Me.txtCoilListGauge > 0 And Not
|
| Multiple currency working | 01 Feb 2006 01:04 GMT | 4 |
Can anyopne help? I have a system with lots of VBA coding, and I want to be able to switch working currency from Sterling to US Dollar and back. How do I do this? Any ideas gratefully received !! Thanks
|