Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Lreader

    Pick data from a field in a subform and place it into a variable

    I have a form with a subform. I need to add a control button in that form . This button has to pick the data from one specific field in the subform and put it into a variable. I can do this when the field is in the form and do something like this: Dim x as var x=[Form]![FormName]![MyField]...
  2. Lreader

    How do I send a distribution list to another Outlook user

    I need to send a several distribution lists to other users, how do I do that?
  3. Lreader

    Graph isn't always displayed in a ms access report

    When I open or print a form which have a msgraph (bar chart) based on a table or a query. The graph is not always displayed. To test that, I used fixed values in a table and I opened and closed the form many times but sometimes the graph is not displayed. This gives me a real problem because...
  4. Lreader

    Edit administrator message

    I manage an exchange 2000 server but I ask the question anyway. How can I edit the system administator notify message about maximum storage limit?
  5. Lreader

    Where does Word save the options configuration.

    I have specific Word options and I need to put those options on many computers. Is it possible to take my Word option configuration and copy it on other computers. If so, I'd like to know the file name. Thanks!
  6. Lreader

    Want to write a CMD to stop a specific service.

    I have to stop automatically a service. I want to use scheduled task combined with a CMD but I don't know how to write it. For example, I want to stop this service: "FileMaker Server".
  7. Lreader

    Why this If condition don't works?

    I am quite a beginner in programming. I have some code to put in an Access module: I don't know why VB don't go into this condition when it is true: Dim Test1 as integer Dim Test2 as integer Test1 = Null If Test1 = Null Then Test2 = aValue End if It jump to End if. Is there an other way...
  8. Lreader

    Trying to create a special graph

    The graph that I want should look like this: 1 2 3 4 5 Criteria n.1 _ X_______Y_____ Criteria n.2 ___X_Y___________ Criteria n.3 __Y______X To explain, I used ‘X’, ‘Y’ and ‘_’ as legend but it can be...
  9. Lreader

    Problem with a control in a report: It returns #Name?

    I forgot one thing: My report is not based on the table from where I need the field, so I can't see the requested field in the drop down area. I tried to use the "expression generator" and I built the expression [MyTable]![MyField]with it.I don't need to add criteria. I only want the...
  10. Lreader

    Problem with a control in a report: It returns #Name?

    I have a control in a report and it refers to a field in a table . Both report and table are in the same database. In that table I have a unique record. In SourceControl of the report control, I wrote: [Table]![MyField] I tried to add...
  11. Lreader

    Synchronize two forms on more than one criteria: VBA pro needed!!!

    I have to synchronize a form and a subform on more than one criteria. I use the code below which was in the " northwind database sample " provided with Access and I modified it for my purpose. This sample code is based on an unique criteria. I need to synchronize on 3 fields(or 3...
  12. Lreader

    Validate data in a field with data in another table

    I have to create an event procedure.I have a form with a control based on a field [account] from TableA When an account number is entered in that field, I want Acces to check in a specific field in TableB if that number exist: if it doesn't I need a message box to indicate the warning! I just...
  13. Lreader

    Create a command button that create a particular table

    I have a form to compile course evaluation. This form is base on a table called "activity"and on a subform called "questions". I need a button command in this form which create a table with the actual record parameter.Ex: I just finished to fill the form and I want a button...

Part and Inventory Search

Back
Top