Search results

  1. D

    Formatting

    Hi I have a database with multiple tables all linked together in various ways. I would like a master reset button that will delete every record in every table as well as resetting the auto number(s) back down to zero again. Can this be done and if so, how? Thanks in advance. Dave
  2. D

    Cancel feature

    Hi After looking through the forums, i couldn' really see the answer i was looking for. I have a form, that users can enter in details (with an auto-number created which is assigned to each record). Once they have entered the detials, theres a 'save' button which will save the record - which is...
  3. D

    Carrying data forward to records

    Hi I'll try and explain my problem as best as possible. I have a workproduct form that allows you to select an ID, once the ID is selected, theres a button that you can click to enter in defects to this workproduct. On the defect form, the workProductID is auto filled with what ever ID you...
  4. D

    Accessing data from other forms

    Fantastic - thanks guys :D
  5. D

    Accessing data from other forms

    The code doesnt work, it says compiler error (highlighting the !form. part). I was hoping the code is similar to that and im slightly out, if that is, it can be done. Sorry, but im not sure if i can explain it better than that. I guess a quick description is: if a field in the workproduct form...
  6. D

    Accessing data from other forms

    Hi i have a slight problem. In my tool i'm creating, i have a workproduct form and a button that takes me to another form that allows me to enter in defects to that work product (which works). The thing is, if the defect is found in a 'coded' work product, some fields will appear for new data...
  7. D

    Default of a button

    Perfect - Thanks ::)
  8. D

    Default of a button

    Hi there I have a form that should allow data to be carried over to another form. I have a toggle button that once pressed, will allow me to do this. As most of the time i will need the data to be carried over, but occasionally, i wont. Is it possible to set the default of this toggle button as...
Back
Top Bottom