Search results

  1. K

    Question How to add list box in the main form's subform

    Hi RuralGuy, Yes that's right. I have two tables: tblProjects - PtojectId, EmployerId and ProjectTitle. bblCompany - CompanyId, CompanyName, Address, Contact details, PhoneNo and etc. I want to populate the list of company's existing projects. Therefore I have company's details in the...
  2. K

    Question How to add list box in the main form's subform

    Hi, I have the Projects table. It consist of all projects' titles made as list box (but it shows all project titles) and their companies' names which are related to Company table.
  3. K

    Question How to add list box in the main form's subform

    Hi all, I have the main volunteer form. In the form I have volunteer info. In the subform ,which is a basic form layout, I have the companies details. The volunteer is doing the project for a particular company. I want to add the list box in the company's subform to show the list of projects...
  4. K

    How to update/amend data in the continuous form

    My project is for one tutor to create a small database. The main form has STUDENTS DETAILS and in the subform employer's projects which are assigned to the student/students. I have a button which opens the PROJECT form where I am selecting an employer and then add the project. If employer...
  5. K

    How to prevent forms saving empty record lines

    Hi, Doesn anyone know how to handle the problems of saving empty form record lines into tables. Also, I need the error message to inform user to input missing data or do not save at all if it is empty? Thanks in advance.
  6. K

    How to update/amend data in the continuous form

    Hi, I am looking for a solution how to update/amend the existing records within continuous forms. Thanks.
  7. K

    Refresh data in the forms by close other form

    Thanks Boblarson. It's very quick reply and the code is working! :D
  8. K

    Refresh data in the forms by close other form

    Hi there I am new in vba coding and I have a problem with my data in main form frmMainForm.To enter data to main form I have button to open frmProject form. When I have all data entered and closed frmProject form, data in frmMainForm combo box projects won't update. Anyone can help me sort this...
Back
Top Bottom