Search results

  1. A

    Hyperlink on Web Browser Control

    Hi All, I have a 'supplier contact' database. I am using a programme called maptive to create a map of all my suppliers. I can view my map inside my database via a webcontrol on a form. To cut a long story short... I can click on a point on my map to view information about the supplier in...
  2. A

    Remove Grey Bar from SubForm

    Hi All, This seems like a really simple question but I have searched everywhere and can't find a solution. I have a main form with a subform. The subform is in datasheet view. How do I remove the grey bar from the left of the subform. I.e the row selectors where you click to highlight the...
  3. A

    Referencing a Control on a Subform

    Hi All, I have probably a simple NOOB question that I hope you can help me with please. I have a multi select list box which I am trying to use to open another form and apply a filter based on the user's multiple selections. List box - lstCatergories Main Form -...
  4. A

    Email Current Record as PDF

    Hello, I have a button on my form that opens a report and emails: Private Sub Submit_Click() DoCmd.SendObject acReport, "rptFM83", "PDFFormat(*.pdf)", "exampleemailaddress", "", "", "Agency Authorisation Required", "Hello, Please authorise the attached agency request. Thank you", True, ""...
  5. A

    Cascading Cbo Sub Datasheet

    Hi all, I'm having a tough time with my database. I have the following tables: tblCourses tblCourseUnits tblStudents tblStudentsandCourses tblStudentsandCourseUnits I have a form called frmCoursesandStudents. This shows each record from the tblStudentsandCourses I.e. Students...
  6. A

    Training Database - Courses and Course Units

    Hi all, I've hit a brick wall with a database I'm trying to create and would really appreciate some help :banghead: I am creating a training database that will show information on Students, Courses enrolled in, Units in selected course including some optional and some compulsory units I...
  7. A

    Fields in Related Tables Excluding Records

    Hi all, I'm hoping someone can help me with a small (I hope) problem I am having with my database. I am adding fields to an existing form ('Courses') from 'fields available in related tables'; however, when I add these my form excludes records that do not have data in these fields. I...
  8. A

    User Login Form Help

    Hi all, I'm new to Access and new to the forum so please go easy on me :D I was hoping someone could help me with a form on a database I'm designing. The database is a simple employee database but I need to restrict access to some employees with certain users. I.e. Hire Manager can...
Top Bottom