Recent content by mhwins94

  1. M

    Run time error 13, type mismatch HELP!??

    Well I don't know what is wrong with them, this has worked before in a less complex situation, could you please identify the problem?
  2. M

    Run time error 13, type mismatch HELP!??

    Well I don't know because if I don't use the Dlookup all it does is return the Location Id from the listbox for some unknown reason, besides thats not the error, the problem has something to do with the numberpart here's the code I am trying to use now Private Sub GenRunID_Click() Dim Numberpart...
  3. M

    Run time error 13, type mismatch HELP!??

    Hi, I am designing a form that generates runs for a running group in certain area for my ict exam next week, I am trying to generate the RunID which is dependant on which location is selected in the list box linked to a table on the form and existing data that is in the run table which is what...
  4. M

    Adding data to a table from an unbound form using VBA

    I have a form that isn't bound to a table, so it's for users to enter their own data (registeration form), I don't want the current data from the table shown in the form, hence why it's unbound. Also there is a field in the table that I want to send the data into, age category, if the user has...
Back
Top Bottom