Search results

  1. F

    alert messages

    thanks Pat ..I will try it
  2. F

    alert messages

    I Know that ... but how can i do it?
  3. F

    alert messages

    Hello experts... when I sit for a long time on my database I want alert messages..for example Reminder message every 20 minutes with eye rest Reminders with a message every 30 minutes to maintain a sitting position Remind every 45 minutes to move the neck in multiple directions Reminders...
  4. F

    Solved Autonumber counter that starts from 1

    thank you Sir.. I used your code and doing perfect
  5. F

    Solved Autonumber counter that starts from 1

    its make mistack to me Private Sub orderName_BeforeUpdate(Cancel As Integer) me.orderID = 1 + ( ( DCount( "*", "OrderT" ) MOD 100 ) End Sub
  6. F

    Solved Autonumber counter that starts from 1

    Suppose I get a financial interest after entering 100 records
  7. F

    Solved Autonumber counter that starts from 1

    thanks for reply I mean Number Field not autonumber orderID start from begining ever 100 records
  8. F

    Solved Autonumber counter that starts from 1

    Hi Experts.. I have orderT contains OrderID and OrderName I want OrderID start from 1 .. every entering 100 records in OrderName thanks for all
  9. F

    using Flash Ram to store data

    Hi Experts fearig of losing the computer or being broken or damaged .. Some use flash RAM to update the program automatically every hour of work How is this done? Any advice? thanks
  10. F

    Solved single textbox search

    thank you Sir Gasman.. its perfect
  11. F

    Solved single textbox search

    Sorry for every one its working with me in vba.. but i want it in query builder
  12. F

    Solved single textbox search

    Hi Experts I want search more than one record from single textbox and when I text (1,3) give me a records of 1 and 3 ..I used this code .Filter = "([EmpID] In(" & [Forms]![Form 1]![TxtID] & "))" .FilterOn = True But it give me un Error Any advise plz
  13. F

    Solved two cbo in subform

    thank you so much Sir
  14. F

    Solved two cbo in subform

    Hi everyone.. I have two combo boxes in a subform and when I choose from the first combo box the data is filtered in the second The problem is when I go to another record and choose from the combo box, all the previous data disappears Is there any advice?
  15. F

    Best way to insert Data

    But I read in one site ..that the unBound Form is necessary For safe when we are use ODBC
  16. F

    Best way to insert Data

    th thanks Sir ..I saw it but video2 not clear..So I think its very important
  17. F

    Best way to insert Data

    I Know that Sir ..but what the difference to the compiler
  18. F

    Best way to insert Data

    Hi Expert.. What is the best way to insert data from unbound form into a table? By Run SQL By DAO.Recordset Or is there something better than what I mentioned ? thank you
  19. F

    Solved disapear text

    Yeeeeees.. thank you so much thats what I Wanted can I do it in Form load event ?
Back
Top Bottom