Search results

  1. togur

    update sells price after

    I have a Combo-box in a form with 2 Columns - ProduktName and sellprice I used a code : Private Sub ProduktName_AfterUpdate() sellsprise = ProduktName.Column(2) The problem is: When i lselected the produktname , is coming correct the sellprice, after geting the new record the last price is...
  2. togur

    before a login Form open, how to control the date if bigger than a certain date, also for setting the expired date

    I created a DB File in Access and login Form as start up, but i wannt to have a code that control before opening the login form, if the computer date is bigger than a certain date, than the file of DB do exit
Top Bottom