Recent content by Keith

  1. Keith

    Use One Form instead of Two

    I defer to you and uncle gizmo and have decided to drop the second table.
  2. Keith

    Use One Form instead of Two

    Tony, It is the db that I phoned you about when you were on holiday. I purchased a reservations Db that used a planner, which I do not need as it is only used for 4 days a year. The planner would not let you have two bookings for the same room at the same time. I am catering for two mates who...
  3. Keith

    Use One Form instead of Two

    I have two buttons to open a form, one to add records the other to edit records. The 'Add New Record' button also writes some of the information to a second table. The 'Edit Record' button only updates a field in the second table if that field has changed. Both forms are identical but with...
  4. Keith

    Adding rows to Multi select list box

    I have taken your advice and used code to set the row source. As you said make sure the rowSourceProperty is set to Table/Query. I had it set to valuelist
  5. Keith

    Adding rows to Multi select list box

    Sorted thanks. The line I had commented out worked but I hadn't set the column width correctly
  6. Keith

    Adding rows to Multi select list box

    June7 I get a compile error with SELECT highlighted
  7. Keith

    Adding rows to Multi select list box

    I am trying to populate a multi select list with options available depending on room type. I can get either the Package or Rate on the list but not both, this indicates my strSQL is ok. I have spent all day on this forum and the web but still have not succeeded so here I am, cap in hand, asking...
  8. Keith

    Lost Data

    The table is not re-loaded by anything else. Delving further it apears that access crashed and the user canceled the mesage asking where to save the db to. Not fat fingers but stupid fingers.
  9. Keith

    Lost Data

    Cj, There is no filter. Doc man, the other 40 tables were un affected. I imported the table from a backup, after a compact & repair that you suggested had no effect, and every thing is ok. I was just puzzled how just the data from one table dissapeared.
  10. Keith

    Lost Data

    Opened my application this morning and all the data has disappeared from one table only but the table structure is still there. Spooky. Anyone else had this problem?
  11. Keith

    Moving from Subform Problem

    They are both using the same source
  12. Keith

    Moving from Subform Problem

    I have a form with an option group to select subforms to be displayed.To save space on the main form I have added a subform (frmSubService) to the option group to display some of the data that was originally on the main form. The subforms data source is the same as that of the main form but only...
  13. Keith

    Complicated Split

    Job done, Thanks for everybodies help.
  14. Keith

    Complicated Split

    vbaInet, I have seperated all the records with no dates an have sucessfuly split them into the destination table. I am now left with those with dates. I have converted those records into comma seperated Field. I am having trouble splitting those record that only have one date My code works if...
  15. Keith

    Complicated Split

    BluIshDan, I get a function Not Defined Error highlighting split_boats
Top Bottom