Search results

  1. Exodus

    Remove Record and Control Source

    Still not working. My db is FE and BE the form I working with has sub forms which return results from criteria in the main form. I trying to have the subs and their controls unbound and set their record source via code on after update from the main forms search criteria. This works fine except...
  2. Exodus

    Remove Record and Control Source

    Well Here is my Code. I call it on close of the form but it still doesn't work. Me.PollingPlacesResults.Form.RecordSource = "" Me!PollingPlacesResults!PollID.ControlSource = "" Me!PollingPlacesResults!location_line_1.ControlSource = "" Me!PollingPlacesResults!location_line_2.ControlSource = ""...
  3. Exodus

    Remove Record and Control Source

    I tried that, but in the properties for the form it still shows the record source.
  4. Exodus

    Remove Record and Control Source

    How to prgramaticly remove the record source for a form. and the control source for the controls.
  5. Exodus

    DB Password

    Bump Found this autocompact
  6. Exodus

    DB Password

    Ok I want to do auto backup using the auto compact db, I think I got from here., anyways I want to copy it but the auto compact cant because of the DB password is there a way around this like have the password in the path of the db?
  7. Exodus

    Developer tools

    V-Tools is a nice add in as well
  8. Exodus

    Help needed asap

    Won't hurt if you do.
  9. Exodus

    Microsoft Money

    Ok Doc Last night I added extra componets from the office disk then office went nuts giving me registry errors. I can't even uninstall, It just triess to do an install. any suggestions to get office to uninstall.
  10. Exodus

    Help needed asap

    That is not easy to answer without seeing your db and what you are doing with the data.
  11. Exodus

    Help needed asap

    Well I'll give it a try Assuming that the isp address and phone number are separate from the type field I would have two field bound to the same source for phone/isp use an imput mask for the format of the field. over lay both fields and set the visible property to no Use an after update...
  12. Exodus

    Help needed asap

    Is this the Staff/ISP phone/Isp in the same field?
  13. Exodus

    Microsoft Money

    lol :) I was looking for live data, don't really want to have to do imports and I really don't like connecting excell for live data. thanks though.
  14. Exodus

    Microsoft Money

    Can I connect to money using A97?
  15. Exodus

    Query to a report

    Something like this in the criteria for the expriy field in the query Forms!YourFormName!YourCbo
  16. Exodus

    Query to a report

    See if this helpsDate Part
  17. Exodus

    Query to a report

    It should be as simple as passing the cbo's criteria to the query. But I think we may need more info the expiry date is this a date/time field or text? do you have a seperate field for month and year for the expiry date?
  18. Exodus

    Creating Customized Menu Bars

    Use the new menu option from the comands and you can put the functions you want in it.
  19. Exodus

    Creating Customized Menu Bars

    The reason it affects the default bar is beacuse that is what the default bar is a built in menu.
  20. Exodus

    Creating Customized Menu Bars

    You shouldn't need online help to do check the help files as long as they are installed on your computer.
Back
Top Bottom