Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ahg

  1. ahg

    Justifying an Access 2000 label

    Thanx Missinglinq, but it doesn't quite work. If you have say 3.5 lines in a label box, selecting Distribute will justify all lines including the fourth half line which will become stretched out of proportion.
  2. ahg

    Justifying an Access 2000 label

    As in MS WORD, Align Left, Align Right, Centre or Justify. Justify, i.e. space words in a line so the line aligns both left and right. AHG
  3. ahg

    Justifying an Access 2000 label

    Is it possible to justify the text within an Access 2000 label? It seems I can left, right and center the text - but not justify. Appreciate any help. AHG
  4. ahg

    Won't recognise hard drive

    Thanks folks, My BIOS was updated. I did replace the cable but it didn't seem to make any difference. Phoned Maxtor but they could offer nothing more than a possible cable problem. (But I have heard that it could be a HDD controller problem.) Anyway I'll try a new cable again. Thanx again AHG
  5. ahg

    Won't recognise hard drive

    Not sure whether this is a Win XP (Pro) problem or not but... When I start my computer in the morning everything will work fine. Next morning I start again and it doesn't recognise my 80GB Maxtor hard drive and asks to insert boot disk. I restart (either reboot or shut down then restart -...
  6. ahg

    Set the date Now() into a table

    Randy, I ended up using VBA - and it works fine. Many thanks for your help. AHG
  7. ahg

    Set the date Now() into a table

    Thanks Randy - again, Yes, I would appreciate seeing an example of the VBA coding. AHG
  8. ahg

    Set the date Now() into a table

    Thanks Randy, but the field is not on the form at the moment. No reason why it shouldn't be I suppose in which case it is probably a simpler approach. I will check it out and get back to you. Thanks for your assistance. AHG
  9. ahg

    Set the date Now() into a table

    I have a lookup table which contains one date field. I want to update (change) this date to Now() when I click a button on a form. Can anyone please show me the code required to update this date field? Many thanks in anticipation. AHG
  10. ahg

    Open Combo Box by Hitting the Down Arrow

    If you press Alt + down arrow when the cursor is in the combo it will drop down. An alternate is to use Sendkeys "%"{down} in the On Enter event to drop the combo automatically when you enter.
  11. ahg

    Set Last Day of Previous Month

    Thanks all for your help - only goes to show the flexibility of Access and VB! Tony
  12. ahg

    Set Last Day of Previous Month

    Many thanks Daniel, That works great - so simple, yet elegant! Tony
  13. ahg

    Set Last Day of Previous Month

    Again, many thanks - but when I apply this I get the date Oct-31-321 instead of Oct-31-2002. Where would I be going wrong?
  14. ahg

    Set Last Day of Previous Month

    Thanks, but not sure how to write this so that when I select the check box today (on Nov 17th) the field I wish to set the date in will read October 31st? Thank again. I know it sounds easy but confusion reigneth!
  15. ahg

    Set Last Day of Previous Month

    I have a date field that I want to set to display the last day of the previous month when I select a check box. Can anyone give me the code for this please? Many thanks in advance, Tony

Part and Inventory Search

Back
Top