Search results

  1. C

    Run Time error 3464

    Hello everyone on my database I have a form named frmGoToRecordDialog when I select a customer and click show record it should open frmCustomers on that record of the customer selected but instead I get run time error 3464 data type mismatch in criteria expression. Can anyone please help me...
  2. C

    Compile error expected array

    Hi everyone, I was hoping someone could help me with when I click the add bottom I get Compile error expected array & it's suppouse to check for a value in both text boxes, if either one is missing a message box should let the user know that they need to provide a value for both and this part...
  3. C

    automatically update time

    Hi everyone I'm new to programming and MS access I have a form fmrClasses and what I'm trying to do is write a code that as soon as the user types a beginning time will update the end time to 3 hours later for example If user enters 9:00AM for beginning time the end time will be set to 12:00...
  4. C

    why is my filter not working??

    Hello everyone, I'm trying to construct a form with a option group that when Selecting the Fotheringham radio button will filter to all records where the instructor field contains the “Fotheringham”. Selecting the All Classes radio button will remove the filter. I'm not sure why it's not...
  5. C

    what's wrong with my code??

    Hello everyone I'm new to macros(: I'm trying to create a macro that will: getsinput from the user the location of the cell where the sum should appear. eg. user enters F6, macro will display the sum of cells B6:E6 in F6 and finish with the active cell being F6. Here is a snip of my code that...
  6. C

    help creating a compound interest form with loops

    Hello everyone I really need help im new to VBA and having a hard time understanding loops. I'm trying to create a compound interest form using loops and the following formula: TotalVariable = TotalVariable + (TotalVariable * (RateVariable / 100 / 12)) I'm not sure whats wrong with my code...
  7. C

    help designing database using existing data

    Hi I'm new to this forum and to databases. I have to design 2 databases base on some data that was given by my instructor but I feel like I'm missing something on both specially the 2nd database. Can anyone please help me?? I would really appreciate it, I have attach, my work so far as well as...
  8. C

    Help in making a simple calculator

    Hi everyone I'm new to this forum and to VBA I'm trying to make a simple calculator but I cant find the error on my code, any help is well appreciated!! I have been working on this for a couple of days and I'm getting frustrated. Please help me. I have attach my work so far ! Thank you
Back
Top Bottom