Search results

  1. mikekal

    Menu creator

    Can i change in this menu the font and the background color
  2. mikekal

    search records

    What I do wrong in the code and it does not make me search
  3. mikekal

    pagination

    How can fix the pagination in Form1
  4. mikekal

    Search in subform

    How can search records in subform.Main form is Form1
  5. mikekal

    Update a price

    How can ubdate a price but have the old prices for older records.Im not input yet a field in "Inventory" named Unit cost
  6. mikekal

    template problem

    When im going to download a template show me that message.Why
  7. mikekal

    Change the end of first name

    Is that the right code for change the end of first name: SET GENIKH = LEFT(firstName,LEN(firstName)-1) & "Υ" WHERE RIGHT(firstName,2)="ΟΣ"; Some words are in Greek
  8. mikekal

    search criteria on subform

    How can I use this search code for subform.Thank you
  9. mikekal

    Select rows to view

    How can make a combobo with values 1,2,3,4,5............... and when select them i can view only those rows.When select 4 i can view 4 rows.When select 7 i can view 7 rows
  10. mikekal

    Pagination

    Can i put the pagination of the example and the top of the form.Top and bottom together.Thank you
  11. mikekal

    view fields

    In Form1 cant view some fields when pagination form.I cant view field "Location" and "Supplier"
  12. mikekal

    Display image

    I have a table with users and each user have an avatar.How can make a login form and when choose from combo box one user i can view his avatar
  13. mikekal

    Change Products Prices

    A Way To Change Products Prices Table But Keep Pevious Priced Records.I have a table "Inventory Transactions" and a table "Inventory".I have in Inventory many products and a price for each one.The inventory Transactions when i give a price in product take that price.When im change it ,change all...
  14. mikekal

    Tab control resize

    How can resize tab control to each control press.If press tap1,tab control height = 1000.If i press tab2,tab control height = 500
  15. mikekal

    Query problem

    I have a query that accept this: <=[frmRptDialogSingle]![enddate] and not this: =[frmRptDialogSingle]![enddate] in criteria
  16. mikekal

    Multi records delete

    How can i delete only the checked records
Top Bottom