Search results

  1. V

    Receipts/Credit Control

    Hi, I am currently building a database which holds information on insurance policies. Each policy holder has the option of paying their annual policy either monthly, quarterly or annually. At this stage I won't get too in depth, but I have built a table (TblReciepts) which the User enters each...
  2. V

    From one form to another

    Thanks. One final point though, the outputted values in form2 are always whole numbers even if the value from form1 is a two decimal place value, any ideas why this might be? Could it be the value type (Single, Double etc) in the vb code?
  3. V

    From one form to another

    Getting there. Seems to run through the code OK, but then I have form2 shown and get the message that you can't reference a method if it doesn't have the focus? What do this mean please?
  4. V

    From one form to another

    Hi, I posted this in the Forms section but I wondered if it was more appropriate here. Basically I have two forms and form 2 is opened through a button in form one, creating a new record in form2 in the process (form 2 is linked to a table, form 1 is not linked to anything). Basically in the...
  5. V

    Moving data from one form to another

    Cheers, could you give me a quick code example please, and is the fact that I am linking this in with a button that loads a new form and goes to a new record likelt to cause me problems later on?
  6. V

    Moving data from one form to another

    Hi, I have read a couple of threads about what I am trying to do on other forums and I wanted your views please. Basically I have to Forms, on form one I have a basic quote generator which will output a specific value in a textbox in form one. If that quote is accepted I would like that value...
  7. V

    Select Case

    Cheers that is spot on - thing I overcomplicate things sometimes.
  8. V

    Select Case

    Thanks I have changed that, but when I click button0, Text7 remains blank, I am not sure I have coded the result to be output properly??
  9. V

    Select Case

    Hi, this is my first post so go easy on me please. I have done some very basic VB in the past and am trying to start from the basics again. Can anyone tell me what I am doing wrong here? Basically all I am tring to do is to input a number between 15.00 and 59.99 and then round it up and output...
Back
Top Bottom