Search results

  1. R

    BE/FE - refresh links at startup

    Hi I have a database split FE/BE At startup switchboard pops up, however when back end database is no longer where it should be it only returns a message "could not find file ....". I have a form for user to select where BE dbase is located which will then automatically refresh links to all...
  2. R

    Null value in combo box

    Hi! I'm trying to handle an error when the user deletes the value selected in combo box which eventually leads to the "You tried to assign the Null value to a variable that is not a Variant data type" error message. I haven't even thought about it before receiving user feedback on this thing...
  3. R

    Continuous subform event question

    Hi! I have a form which displays company data. I have a few continuous subforms within a tab control. One of them displays employees working for that company. Now in the employee table I have a EndDate field. This field represents whether the employee is active (Null value) or non-active (date...
  4. R

    rentals database

    Hello! Since my video rental database is in Slovene I'm affraid I can't post an example so I'll try to translate the tables involved and post some questions. Hopefully I'll make sense, keep in mind I'm a beginner. tblMember: MemberID (PK) Fname Lname etc. tblRental: RentalID (PK) MemberID...
  5. R

    DateAdd question

    Hello I'm very new at this - just found out about the DateAdd function today trying to solve my problem, so that you know who you're dealing with. Let's say Im operating a video rental shop, and want to calculate a DateDue (=when videos need to be returned) based on DateRented and number of...
Back
Top Bottom