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 Grafixanat

  1. Grafixanat

    Renaming MSAccess Fields

    What you need to do is change the name of the field in the database ..... Name:[Field] for example to change the name of the "Customers" field to "Preferred Customers" do the following in the query Preferred Customers:[Customers] hope this is helpful.
  2. Grafixanat

    scrolling text using vb

    this code works....but if I try and extend the length of the text message.....it stops. How do I make this code accept a longer text line that scrolls? Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal...
  3. Grafixanat

    flashing text on access 97

    Can someone tell me how to do flashing text using visual basic. I am an extreme beginner. If you could tell me , without omitting any details, I would be greatly in your debt......... I have this much from a book....but am unsure how to implement this code... Private Sub Form_Timer()...

Part and Inventory Search

Back
Top