Search results

  1. alastair69

    Report Names

    Try this link it may help you out.
  2. alastair69

    Listbox not updating

    Try a me.refresh or me.requery, at the end of your code
  3. alastair69

    Access skills - HOT or NOT??

    Kodo, Is .Net the new version of V.B.
  4. alastair69

    Access skills - HOT or NOT??

    What has Mike375 do at you ken, or were your just using an example. Alastair
  5. alastair69

    Data Transfer

    is there a common seperation between the field name i.e ";" or something like it.
  6. alastair69

    Time query

    You could have a look at this it should show you what is possible on forms. Link: http://www.access-programmers.co.uk/forums/showthread.php?t=100777 Alastair
  7. alastair69

    Icon Most Wanted

    The first search has found the following website: Link: http://www.iconbazaar.com/index.html
  8. alastair69

    Icon Most Wanted

    Thought of a problem can you use a gif file and it be Animated
  9. alastair69

    Icon Most Wanted

    Hello fellow users, Just a quick note, i would like to know if anybody has come across any good internet site for download of icons ideally free ones. Alastair
  10. alastair69

    Button Visability

    I Have do it WOW: Code should be: ********************************************************** Private Sub Form_Current() If IsNull(Me.Email) Then Me.cmdEmail.Enabled = False Else Me.cmdEmail.Enabled = True Me.Refresh End If End Sub **********************************************************...
  11. alastair69

    Button Visability

    I have tried the following: Private Sub Form_Current() If Me.Email = IsNull(Me.Email) Then Me.cmdEmail.Enabled = False Me.Refresh End If End Sub This does not work either, i am at a loss normally it would work. Alastair
  12. alastair69

    Button Visability

    Hello All, I am have some problems obtaining a buttons status to be Enabled.false, i am using the following code but for some reason it will not work. Private Sub Form_Current() If Me.Email = Null Then Me.cmdEmail.Enabled = False Me.Refresh End If End Sub Then button should only be unenabled...
  13. alastair69

    Nice Timer Function DB

    I use this database for recording of telephone calls, meetings and paperwork for a client. I also use it for things were there is no paper or evindence of any work been done, so i can call it up and log costs to a clients account with dates and who did it e.c.t. Alastair
  14. alastair69

    Form Captions

    This issue has been fix but thought it was a great bit of shared learning, and thought it may help others. how to re-caption a form using a custom heading. ********************************************************* This is what I have, placed on the on current of the form. Ian_OK Private Sub...
  15. alastair69

    Nice Timer Function DB

    Thank you Rickster57
  16. alastair69

    Job Titles

    I Wounder if anybody has tried to come up with a scooter that runs off Diesel?
  17. alastair69

    Job Titles

    Rich is have a bad first the van and then having to do paperwork what has the world come too.
  18. alastair69

    Job Titles

    Col you are right once more.
  19. alastair69

    Nice Timer Function DB

    This is a simple Timer Database that i have worked on and would like to share with others. Let me know if there is some thing that needs adding and i will sort it out. Alastair
  20. alastair69

    Reputations

    How can you tell how your Reputation is doing
Back
Top Bottom