Search results

  1. W

    Maximise and Restore !!!!!

    Hello clever people.... :D I have a switchboard which can call up various reports in Preview mode...nice. When I do though, they come up in a window, and I then maximise them to view the whole page width. Then when I close the report, my Switchboard is now full screen, and looks odd, so I...
  2. W

    Presenting my Work to the Outside World

    Any More Help Please ...thanks for that, but I was hoping for a more detailed response. Can anyone offer more detailed advice?
  3. W

    Presenting my Work to the Outside World

    Hello.... I am working on a major Access project, and wish to start putting it out for users to Beta Test for me. How do I produce a safe, working application, without letting people gat at the raw database or code etc. I have Access installed on all the machines that need it, and I also have...
  4. W

    Conditional Calculations in Query.

    Hi, Here is the problem. I have a table with Rows of data in fields: EmployeeNumber (integer) Work Type (either a 0,1, or 2 Value (Currency) Like this... Employee No.........Work Type......Value 999.........................0............100.00 999.........................1..............20.00...
  5. W

    Please help me with this problem.

    Thanks, but I have sorted it....I had opended the recordset with default locking i.e READONLY...Just had to add adlockoptimistic to recordset line.
  6. W

    Getting data from a form into a table

    I need the same help, so see if anyone replies to my posting.. :D
  7. W

    Please help me with this problem.

    Hi, I have a problem updating records with data from a form. Here is the scenario. I have two fields on the form, which create two variables 'intContractNumber' and 'curRetentionHeld'. When I click my Accept button, I want to locate the record in a recordset and write the new data. Here is...
  8. W

    Enter data using Form and VBA Code

    Thanks. Surely though its a fairly routine thing to want to do. I thought I might use Sql to do it, but how? I know about the INSERT into Sql code for adding records, buy what about the Sql code to modify fields of an existing record?
  9. W

    Enter data using Form and VBA Code

    Hi, I am sure this will be childs play to many, but its my first time trying to get data into a table from an unbound form. There are several unbound text boxes on the form, and certain data needs writing to different tables. Sometimes its amending an existing records, and sometimes creating...
Back
Top Bottom