Search results

  1. G

    User-Specific Security

    Hello All, I'm working with a large spreadsheet that will need to be distributed to several people. There are specific rows that each person is responsible to complete. All of these specific rows are open for editing. I would like to prevent inadvertenant errors by "locking" the rows that do not...
  2. G

    Need help from the Experts Please

    I have posted a question in the "Forms" forum and have received no response. If I could just get an expert to tell me that what I'm trying to do is not possible, I could try another avenue. I just feel like one of you would have the answer I need. The post is called "Paste from Excel Not Firing...
  3. G

    Paste from Excel Not Firing AfterUpdate Event

    I have structured a subform as a datasheet to allow users to copy and paste from Excel into the database. Datasheet has numerous fields and 18 rows. I have set up recalculations of other data in the AfterUpdate event of the fields in the datasheet. This works perfectly until the user copies...
  4. G

    Remove Filter Event ?

    Is there such a thing? I see the "ApplyFilter" event but I need certain events to occur when the form's filter is removed. It seems I must not allow users access to the built-in shortcut buttons and create "Show All" buttons of my own. Is there an easier way? Thanks in advance for any help. Gail
  5. G

    Synchronization Code Needed

    I have written a small program to automatically synchronize a design master and its replica every night at about 4 AM. The program logs whether or not the synch was successful, any error numbers and descriptions, and reports a count of record conflicts in the design master. I was wondering if...
  6. G

    OnCurrent Not Seen

    Thanks in advance to anyone that can help. Background: I'm working with WorkOrders (Parent form), each of which can have several invoices (1st subform), each of those can have numerous parts (2nd subform shows all of the parts for the WorkOrder). All come from 3 tables: WorkOrders ->Invoices ->...
  7. G

    Invalid page fault in module MSJT3032.DLL

    Invalid page fault in module MSJT3032.DLL I have a form that is opened to a specific record determined by a main menu selection list. This form has a subform that lists out all of the parts from the parts table that are associated with this particular record by ID number. The subform also needs...
  8. G

    You can't perform that action at this time!!

    Hello Anyone Again! I guess I'm full of problems this weekend. As always, thank you in advance to anyone who might have the time to help me out. First: the tables in question are described under the recent topic "Relationships" 10-13-02 with my name. That problem has been solved, but seems to...
  9. G

    Relationships

    Hello Anyone . . . Thank You in advance for any time you might spend helping me with this problem. Here it is: First set of tables: ContractTable KeyField = ContractID and 30 or so other fields. ContractHistoryTable Keyfield = ContractHistoryID...
  10. G

    Multiple OLE Objects in Report

    My form is used to associate both images and files to a record. The subtable that contains this information only holds the record index as a foreign key (number), the image or file description (text), and path to the object (text). The form has both an image box and an unbound object frame...
  11. G

    Programmatically set paper size

    How do I set the page setup paper size from code? I'm looking to set it to "Legal" at some point when the report opens or at "Report Header: OnFormat". Thank You in advance for any help.
Back
Top Bottom