Search results

  1. M

    VBA Help

    I am building a macro to write a bunch of information to powerpoint slides an attempt to automate the process. I borrowed some code from a friend's application which simply posted pictures of text ranges. I was wondering if this formula could be altered given the format of the selection to...
  2. M

    Manual Conversion of a Macro to VB

    In a form that i have developed - I have a combo box that i created with a wizard that you drop down and it lists the name of the record and goes to that record. after looking at the after update in the properties - it shows an embedded macro . the macro says Search for record and the...
  3. M

    Form Help

    Here is the task that i am trying to complete. I have a tracking system that i am using to monitor changes to a product. Within one table - i have a listing of the products and details for each products ( Called Default) - then i have a listing of changes that are entered and tracked on...
  4. M

    Form Error

    I am creating this form and there is an issue. Before i started creating this form - I have a combo box within the form which pulls values from another table to populate some of the boxes - where the other boxes are manual entry boxes. When i start up the form i have a macro which...
  5. M

    Compact and Repair Database

    The Reason why i am using this as a step in a macro has to do with the fact that it resets an autonumber field within a table and i have a whole sequence that i run in order to do that.
  6. M

    Compact and Repair Database

    Is it possible to build a macro where you can compact and repair the database as one of the steps?
  7. M

    Form Issue

    bob, Thanks for the VBA code update. I have one question when looking at the code since i am relatively new to programming in VBA. It appears to me as if you ar assigning the results from the query that you generated within the combo box - is the "me" referencing the query that is generated...
  8. M

    Form Issue

    This is a 2 Part Question - I am relatively new to the world of creating forms and have been tasked with the development of a new tracking tool. I have the basics of the functionalities down however some more advanced functionalities are escaping me as i cannot find any remote reference to...
Back
Top Bottom