Recent content by Lehti

  1. L

    Securing A Database - License Key

    Maybe it's not relevant, but what happens if the final user changes his machine's date to one prior to the expiry? Will the database resume working?
  2. L

    Date Function

    Why don't you use the datediff function? I think it should work. Search "DateDiff function VBA" on google. Unfortunately, I'm not able to link it directly to you, because of my post count.
  3. L

    Treating table fields as strings

    I did, in fact, but the form looked awful, since the labels were outside the entry boxes. Also, I could use handling the fields as strings through VBA in the future.
  4. L

    Treating table fields as strings

    Fellow colleagues, good day to you. I'll go straight to the point: I'm working on a database and I need to create a function to calculate the BMI (Body Mass Index) from the weight and height of a person. So far, I've come up with this: Public Function bmi(varpeso, varaltezza As Double) As...
  5. L

    Hello World!

    Hey, everybody! In the past few days I discovered I myself am an Access programmer, too, since I've been asked by a relative to create a database for a project to reduce hospitalizations in case of chronic heart disorders. I've stumbled upon your community by looking for a work-around for some...
Top Bottom