| Thread | Last Post | Replies |
|
| Stock Update | 09 May 2005 17:51 GMT | 1 |
Please help me In my database there is 2 tables, named "MasterStock" and "Voucher". MasterStock --------------
|
| Edit ADO queries | 09 May 2005 17:46 GMT | 1 |
I have an Access2000 table with about 500'000 data records. Sometimes it's necessary to change some values in the records. At the moment I do this with creating a query with "querydef". This query shows me the records I want to change. Since the query is linked with the table ...
|
| Calculated Field | 09 May 2005 16:58 GMT | 5 |
I have a form and sunform and would like to calculate a control in the subform. The subform displays records in a Datasheet view. I place an unbound control on the subform and set its control source to do the calculation. Some of the data required for the calculation is from a
|
| Update a field based on the status of other fields | 09 May 2005 16:40 GMT | 1 |
I have a database based on Settlement numbers. I have a subform that has multiple records that correspnd to the settlement number. Each one has its own 'status' and when I update the status of all the records to 'closed', i would like it to show the entire file as closed. Any ...
|
| Recordset Copy | 09 May 2005 16:28 GMT | 1 |
Can anyone recommend the most optimized way to extract data from more than one Access files to other Access file. Currently I have more than 20 Access files, I need to execute their Queries (all the same structure), Copy and then Paste to one Master Access file’s
|
| Select statement with weird behaviour | 09 May 2005 15:06 GMT | 2 |
I have the following select statement for a search form in Access: SELECT ToPrint.[box #], ToPrint.[MATH AREA], ToPrint.topics, ToPrint.Activity, ToPrint.[More info], ToPrint.Source FROM ToPrint
|
| Maximising Access to Screen | 09 May 2005 14:58 GMT | 2 |
I can increase a Form to fill the Access Window with "DoCmd.Maximise". In VBA How do I maximise the Access Window to fill the screen?
|
| Maximize a minimized window from VBA | 09 May 2005 12:19 GMT | 2 |
How do I maximize a minimized window from VBA? I know the title of the application - and using the "AppActivate "apptitle" " command works when run from an .mdb file. When run as an .mde file it does not work - so I guess I have to be specific about how I want to activate the
|
| Setting number of decimals in MSGraph by vba? | 09 May 2005 11:09 GMT | 1 |
I am using Access 2002 SP3 to graphical present data along with a Data Table function. The object class which I am using is: MSGraph.Chart.8 The chart is updated interactively from a Combo Box so data is constantly updated. My problem is that the values shown in the Data Table ...
|
| Copy data from one table to next automatically | 09 May 2005 10:52 GMT | 1 |
I have two different tables - "Clients" and "Potential Clients." Both tables have 10 fields, with 5 of these field being the same within each table; name, address, telephone, contact, email. Now, when a potential client gets back to me to confirm they would like a
|
| Updating linked tables using VBA? | 09 May 2005 07:36 GMT | 1 |
Using VBA, I am trying to force Access 2002 to refresh all the linked tables each time the database is opened. Can this be done? Thanks, Jim
|
| Compile error: User-defined type not defined | 09 May 2005 06:06 GMT | 2 |
I am getting a compile error... Can someone pls tell me what I am doing wrong... Private Sub Command5_Click() Dim db As Database <<<----debugger highlights this yellow
|
| SQL to Insert text fields problem | 09 May 2005 02:49 GMT | 2 |
I'm using Access 2K. I have a concatenation function which creates a memo field. I'm trying to write the resulting values to tblFN_Children. The three values are: FN - string which represents the file number with the format "NN-NNN"
|
| FTP | 09 May 2005 01:15 GMT | 1 |
Can anyone tell me how to FTP to and from a site using MS Access?? I've tried Dev Ashish's code but can't get it working with 2003. What am I missing? g
|
| Newbie Why will this not update | 08 May 2005 19:37 GMT | 1 |
Could anyone please tell me why I am getting, "The database has been placed in a state by user'Admin' on machine XXX that prevents it from being opened or locked" Private Sub Command0_Click()
|