User Profile

Collapse

Profile Sidebar

Collapse
NikkiR
NikkiR
Last Activity: Dec 1 '06, 08:48 PM
Joined: Nov 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • NikkiR
    replied to I Can't Update Info in my subforms
    Hi Mary,

    I've taken a look and the fields in the query are not actually the ones that are joined by relationships.

    I have below the tables involved and the data types and formats as requested.

    COURSES
    CourseID Number PRIMARY KEY
    CourseName Text
    Duration Number
    Cost Currency
    MaxNo Number
    MinNo...
    See more | Go to post

    Leave a comment:


  • NikkiR
    replied to I Can't Update Info in my subforms
    No, still coming up with the value parameters...
    See more | Go to post

    Leave a comment:


  • NikkiR
    replied to I Can't Update Info in my subforms
    This is now asking for Value Parameters on the attendees and contacts....
    See more | Go to post

    Leave a comment:


  • NikkiR
    replied to I Can't Update Info in my subforms
    As requested:

    SELECT Courses.CourseN ame, Courses.Duratio n, Courses.Cost, Courses.MaxNo, Courses.MinNo, Events.Date, Events.StartTim e, Events.EndTime, Tutors.TutorNam e, Venues.VenueNam e, Attendees.Foren ame, Attendees.Surna me, Contacts.[Company Name]
    FROM (Venues INNER JOIN (Tutors INNER JOIN (Courses INNER JOIN Events ON Courses.CourseI D = Events.CourseID ) ON Tutors.TutorID = Events.TutorID) ON Venues.VenueID = Events.VenueID)...
    See more | Go to post

    Leave a comment:


  • NikkiR
    replied to I Can't Update Info in my subforms
    Right,

    I have tried that and I can only get half way along the record and then it stops me entering the information.

    Nikki
    See more | Go to post

    Leave a comment:


  • NikkiR
    replied to I Can't Update Info in my subforms
    The subforms are based on a query. I tried to update the form and the first part of the query could be updated but then when I got to what would be the first subform again it would not let me update.

    Does that help with identifying the problem?...
    See more | Go to post

    Leave a comment:


  • NikkiR
    started a topic I Can't Update Info in my subforms

    I Can't Update Info in my subforms

    Hi, I'm new to the forum and I am currently designing a database that my colleagues can use to book people onto our courses.

    I have a form set up with two subforms. The main form is one that has the course details, I then have a subform with the individual dates throughout the year. I also have a further subform that shows who has booked onto each date when I am on the course and date applicable.

    Unfortunately I do...
    See more | Go to post
No activity results to display
Show More
Working...