Search results

  1. A

    #Deleted When Record is Saved

    I have MS Access Interface connected to a backend of SQL Server. I have designed forms for data entry which is working fine. When the user enter the data and click the wizard based generated save button, it saves the record and display "#deleted" in text boxes. But if the user close the form...
  2. A

    Combo Boxes Values

    Till now i have done the following work: Table1: Category Table2: SubCategory Table3: Item Category has CategoryID, Category SubCategory has SubCategoryID, SubCategory, CategoryID Item has ItemID, SubCategoryID, ItemName, ItemPrice Relationships are also done. I have designed a form for...
  3. A

    list of months between two dates

    i have a table which store the following informations: StaffID - autonumber StaffName - text (50) EmpStartDate - date/time (general) EmpEndDate - date/time (general) DeptID - number, foreign key Salary - currency Position - text (30) now i want to create a form for it and add a calculated...
Back
Top Bottom