|
First
|
Prev |
Next
|
Last
Pages: 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481
Switchboard command Does anybody know how to add a command to a switchboard which users can click on to display the database window as with the Northwind sample database switchboard? Thank you ... 29 Jan 2007 07:46
Help Ok so i need to be able to write a letter along side a number in the promary Key, Example: Primary key numbers: 0095 0100 0101 0102 0103 What i need to do it be able to add: 0100 0100A 0100B 0101 0102 The field that the primary key is in needs to be a numbers field because there are many lin... 26 Jan 2007 13:32
Stumped I am trying to create wha tI thought was going to be simple Form/Subform with a couple of linked tables. I ahve a parent table that involves name of product and the level of complexity. Then I am trying to link it to the ingriediant talbe which is created by selecting informaton from a third table via look-u... 29 Jan 2007 09:20
Access Message I have a form linked to a table. In the beforeupdate event of the form I have added the code below for data validation. 'In Out Data Validation If Me.AddNewRecIN.Enabled = True And Len(Me.DateReceived & vbNullString) = 0 Then StrError = StrError & "ENTER THE DATE RECEIVED BEFORE CONTINUING" & vbCrLf ... 29 Jan 2007 13:04
Copy or Export PivotChart I am viewing a table or query in PivotChart View and want to get it included in a Word document. But Access does not allow me to copy it to the clipboard or to export it to e.g. JPG format. Can VBA in some way help me in this ? ... 22 Jan 2007 10:42
Add multiple booking options to each recurring date Great, this worked fine with help from a more VBA literate friend. Thanks again. "AnaP" wrote: Ok. Thanks for that. I am having computer problems and can't try it yet. Ana "Duane Hookom" wrote: You would probably want to change the Resource dropdown to a multi-select list box. The... 20 Jan 2007 21:58
Need to remove all spaces and special characters from a field If you look at the help on this function you will see that the basic synthax is Replace(expression, find, replace[, start[, count[, compare]]]) Usage Example: replace("how's it going today"," ","") will give you how'sitgoingtoday Daniel "akkrug" wrote: I'm not sure how to use replace to get rid of... 31 Jan 2007 12:19
Required field on form This is the first time I've posted a question although I have used a lot of the advice given to other people. I use Access 2002 and am trying to set up some validation on a form for a field that is mandatory entry depending on what is entered in another field. I'm guessing I need to do something with the Befor... 21 Jan 2007 19:32
How do I use Office 2002 icons for my application? I would like to use icons that is in the Shell32.dll files for my forms in Access. How can I do that? ... 18 Jan 2007 07:50
autofill form I'm a new user and i have developed a database for sales orders and tracking the development of products. I have my data in tables however I would like to know how to automatically fill info on forms. For example I have a table called kit status that has a combo box titled part no. The combo box control source is... 23 Jan 2007 05:08 |