| Thread | Last Post | Replies |
|
| Access 2007 | 16 Dec 2006 02:17 GMT | 5 |
Any quick opinions on Access 2007? Has anyone got this to coexist with Access 2003? Thanks Ira
|
| Multiple decompile/compact keeps reducing file size? | 16 Dec 2006 00:02 GMT | 8 |
I have a db that has a couple of times closed Access completely when Saving work. So I usually compact and decompile and this seems to fix the problem. But not his time. It has come back again.
|
| Address EMail from table? | 15 Dec 2006 21:58 GMT | 8 |
Is there a way to fill the To: box in Outlook using email addresses from a table?
|
| visual Foxpro query | 15 Dec 2006 21:51 GMT | 1 |
Hi! I need a sample program for library management, a simple one on Visual FoxPro. Can any one help.
|
| DoCmd.OpenForm | 15 Dec 2006 20:07 GMT | 2 |
I want to simply open a form, I don't want to limit the records returned. I'm using the code.... DoCmd.OpenForm "frm_GSG_Access_Rights", acFormDS, , When I enter something in the where ("Elist_Caption = 'GSG Model'") it
|
| How to build a Find statement on the fly without the leading/ending Quotes? | 15 Dec 2006 17:56 GMT | 2 |
I want to build a Find Statement on the fly. The code below starting with 'This Code Works! is fine but as I said I want to build the Me!cboSelect1 & "=" & rs(Me!cboSelect1)
|
| Allen Browne, Where are You?? | 15 Dec 2006 16:58 GMT | 7 |
Mr. Browne's copy code on his web site has saved me. I have been struggling to copy a record with several related sub-form tables. I found code on his web site that copies a sub-form table, implemented it and was successful to make it work. Thank you Mr. Browne!
|
| sorting data on continous form | 15 Dec 2006 15:14 GMT | 1 |
I have a continous form based on 1 table. On the form I have a button that sets the OrderBy to as follows DataSource = Me.RecordSource If Me.OrderBy = DataSource & ".PaymentDate DESC" Then
|
| ADO and creating Union queries | 15 Dec 2006 15:08 GMT | 5 |
I've encountered a problem while using ADO to save query objects. Union queries created normally (via the interface) appear in adox catelog.procedures rather than catelog.views. This is reasonably well documented and I can live with it.
|
| Combo box option changes form | 15 Dec 2006 13:33 GMT | 1 |
Hi, I've created a database for and IT support company. I want the main support form to have a drop down list so it asks either "laptop, printer, server" etc. Depending on the answer i select i want different fields to appear.
|
| Currupted Files | 15 Dec 2006 11:38 GMT | 1 |
Hi, To all concern, any body can help me how to create an a secured.mdw i need that beacuse my Databae that i create have always an a problem, if the power shut down, my
|
| ??? Manipulating Query Results In VBA ??? | 15 Dec 2006 11:05 GMT | 7 |
I'm an experienced Access user, but very new to coding VBA in Access. I'd like to do the following: 1) Develop a basic query in the query designer. 2) Call that query from a VBA script
|
| Access needs to be installed for me to use MS Access | 15 Dec 2006 06:06 GMT | 1 |
Is it required for MS Access to be installed on machines on which I need to deploy windows app which uses MS Access as its backend. If no then how do I access and wrie to access database? Thanks,
|
| Passing Parameter Problem when using Display Form... | 15 Dec 2006 02:38 GMT | 4 |
I've got a form - "frmLookup" (with a subform) that works very happily on its own. The form has a list box, which when updated requeries the subform to display the appropriate results. The problem is that for the final user interface, I had planned to use
|
| DAO won't create a replica at a UNC location | 15 Dec 2006 02:24 GMT | 3 |
The following code works fine if strNewReplica is not a UNC. However, if it is an error appears saying that Access can't find "". Apparantly, it doesn't recognize the UNC at all in the MakeReplica statement although I can clearly see that strNewReplica is a UNC designation..
|