Search results

  1. Exodus

    Lost Passwords

    Do a google search for access password crackers some will only show the first couple of characters for free some times that is enough to triger the memory.
  2. Exodus

    Checkbox problems

    Not to disregard waynes advice, I gave something wron and have to fix it, but the problem with the code I gave is That I was referencing a subform in the open args just use this Me.ID
  3. Exodus

    Story

    Life Styles Of
  4. Exodus

    Backcolor for Tab controls?

    Lebans has some code Lebans
  5. Exodus

    Checkbox problems

    Try Using Me!frmSponsors!ID what version of access do you have.
  6. Exodus

    DCount Problem

    Dude that thread does tell you how to do it but of course just like anything else in access it was one of many. Just to explain on yes/no fields in access a yes = -1 and a no = 0. In that thread it converted the values of the yes no to positive numbers and sumed them. In effect giving you a...
  7. Exodus

    Showing Forms

    Ok Her it is if you are based off a table bound to an Id field Use this You can use the after update or the Change event what ever you want. Private Sub Problem_Change() If Me.YourCombobox.Value = The Id Number for Other Then Me.SubForm.Visible = True Else Me.SubForm.Visible = False End If...
  8. Exodus

    Showing Forms

    Well it all depends on what your Combo is based on. Is it a table or value list. If it is a table are you bound to the text or Id(if you have one).
  9. Exodus

    Checkbox problems

    Use a seperate table for your pop up form. After all there is not always going to be data for these fields right. So if it's all in one table you have a bunch of empty fields. Create a new table and form with the fields you want Then in the after update event for the check box put If Me.SP...
  10. Exodus

    Get rid of blank last page

    my experience with page breaks has been the same sometimes you just have to play with them
  11. Exodus

    Story

    with fake teeth
  12. Exodus

    DCount Problem

    This looks like a spin off from your other post check this thread out Check it out
  13. Exodus

    Get rid of blank last page

    Two things Check to see if you have any of the report footer showing this can cause a blank page at the end also are you using a page break at the end of the group? If you are make sure the nex section of the report is pulled up against it.
  14. Exodus

    Select Specific table to relink

    Well I think we killed this one. Thanks for your help I couldn't have done it with out you. Much appericiation. :D
  15. Exodus

    Select Specific table to relink

    In the mean time I came up with this for the row source SELECT MSysObjects.Name FROM MSysObjects WHERE (((MSysObjects.Type)=6)); It works what do you think about using the sytem objects though
  16. Exodus

    Select Specific table to relink

    Ok implemented in teh original form and it refreshes the text box right away don't know what it was. My next task is the list of linked tables
  17. Exodus

    Select Specific table to relink

    Peter, Just figured it out there was a close form code befor the call code wich was producing the error. And it works like a charm know. Just noticed something else though when after I select the path it doesn't update the text box right away but it does refresh to the right db. I'm...
  18. Exodus

    Select Specific table to relink

    Works hard coded. Tried the new code the same thing. There is no highlight in the code just the error message box. It seems no to like the reference to the text box
  19. Exodus

    Lost Passwords

    Password cracker
  20. Exodus

    Story

    that all are
Back
Top Bottom