Search results

  1. F

    Debugging Module

    I have a database that I tried to make a ACCDE file with but I am getting an error about 2 many ID's. It was suggested that I make a debug module to run with the database to check it. Can anyone point me in the right direction as to how this would be done.
  2. F

    Question Make ACCDE error message and Copy Question

    1) I am trying to make an ACCDE file from my existing development database and I am getting and error message stating it can't do it. When I select help from the little menu that appears this is the message. This error is usually associated with compiling a large database into an MDE file...
  3. F

    Code 13 Error

    I have a string in my code that keeps getting a code 13 error message when I run from my form. The form has a list box that displays and index field called testdetails_id which is an auto number field in testdetails_tbl. The 2nd field is called drawings which is part of drawings_tbl and is a...
  4. F

    Delete Selected Records from Form Question

    I have a form that I have create that has a list box set so that I can select drawing numbers from. I want to be able to delete those records from a table. I have the following code that I have placed in an event procedure On Click but it gives me this message when I try and run the code...
  5. F

    Multiple Strings In Query Question

    I have a query that takes multiple arguments sent from a form. The following line show the number of these arguments. Like IIf(IsNull([Forms]![Weldstatus_frm]![combo10]),"*",[Forms]![Weldstatus_frm]![combo10]) "this selects the Project" Like...
  6. F

    Question select multiple items from query to update another table

    I have a query that is made up of multiple tables. The data displays fine but I need to be able to create a form that will allow me to select only certain records from the query and then update another table with those records. Thanks in advance.
  7. F

    Freezeb

    Hello all. New to the group.
Back
Top Bottom