|
First
|
Prev |
Next
|
Last
Pages: 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588
Remove filter DoCmd.ApplyFilter , "MyFieldName=3" works but how can I remove a form's filter by code? thanks, john ... 3 Sep 2006 04:54
Lock File I have been trying to access the database while two other users are entering data but i keep getting an error that " Could not lock file. (Error 3050)" Why is this so... I have given the users rights to read and write. ... 30 Aug 2006 12:19
Having issues trying to copy an array I'm want static char *output[BUFF]; to hold the modified string "tel chad" However, when I debug it, static char *output[BUFF] http://www.sharesharp.com/ holds the ascii value of the strng, and not the string itself. Here is what I have. I know gets(), strcat strcpy() shouldn't be used. I just wrote the program t... 20 Aug 2006 06:10
Object Question I've got a table with an entry type as "OLE Object" in Access 2003. In the form that the table is linked to I want to insert an image (BMP) for each record. However, when I attempt to do so the file is inserted and the filename (image.bmp) is inserted in the box with it taking up about half of the box. I did... 20 Aug 2006 10:59
Export portion of Access table to Excel Thanks Keith for your info. im just a newbie, still blur with your suggestion. can anyone help to tell me more details? thanks a lot Keith Wilby wrote: <daicakien(a)gmail.com> wrote in message news:1155804125.190103.192670(a)i42g2000cwa.googlegroups.com... hi everybody, im developing access db. my user w... 21 Aug 2006 03:22
Synchronized combo boxes, dependent field not showing all options after migration of data I have an order entry database with two forms. One is for new orders the other is to update orders. The forms are identical except that one is strictly order entry. On both forms are three sets of sychronized combo boxes. When entering test data everything worked perfectly. I recently migrated 5,000+ records from a... 17 Aug 2006 14:25
Call by reference I try to call one database forms and tables into another database without creating tables and forms. Database where (target) i need to open forms and tables: insurance.mdb (In the same database I click on TOOLS - REFERENCES and add accountreceivable.mdb as i need all forms and table from that database) Databa... 16 Aug 2006 20:15
Two databases I have two databases database A, database B. Same in database A there are table ta, tb, tc and databse B there are multiple tables too. I need help how to i connect with Database B table from database A. I have a form in database A which i need to add some information from a table which reside in databse B. Than... 16 Aug 2006 14:20
Copy values Is there any easisest way by which i can copy some values from one subform to another based on outlets in Form B. SubForm A Outlet Equipment 1 ajajaja 2 kakakak 3 lalakha 4 trtrtrt SubForm B Outlet Equipment 1 4 Thanks, ... 14 Aug 2006 22:44
Code Problem Can any one see a problem with this code ( it does not work Private Sub cmdEmailOrderPlaced_Click() 'On Error GoTo Error_Handler Dim strTo As String Dim strBody As String Dim strSubject As String Dim strItemsOrdered As String Dim CRS1 As ADODB.Recordset Dim strSql As String Set CRS1 = New ADODB.Recordset ... 14 Aug 2006 13:40 |