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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Tzokas
  • Content: Threads
  • Order by date
  1. Tzokas

    New Record Show First

    Hello to everyone. It's a little strange but is there a way to insert (via code or otherwise) a new record on the top of a tabular form instead of inserting it at the bottom? (after all the existing records) I don't want to make a data entry form...
  2. Tzokas

    Color by Record on a Form

    Hi to everyone. Well, i have a bit strange(?) question. I have a Continuous Form based on a table with 4 fields, say f_A, f_B, f_C, f_D and all of them exist on the Form. f_A is an integer and can take these values:1725,343,7408,9054 and may appears many times on the Form. Is it possible for...
  3. Tzokas

    Format a Long in MsgBox

    Hi to everyone!!! I think this is something easy. Suppose we have the following code: Dim MyNum As Long MsgBox "The number is: " & MyNum Now, i want the "MyNum" to be appeared with 2 decimal places. Does anybody know how should i format it ? Thanks
  4. Tzokas

    Batch Deletion of Database Objects

    How can i batch delete Access objects i.e queries,forms, etc ? Suppose that in DB_A i want to import forms from DB_B. In case that a form (i.e Frm) already exist in DB_A, the imported form will be renamed as Frm1. It would work well from the Imort Wizard, but what's up in case i want to import...
  5. Tzokas

    Batch Deletion of Database Objects

    How can i batch delete Access objects i.e queries,forms, etc ?

Part and Inventory Search

Back
Top