Results 1 to 3 of 3
  1. #1
    Rgaming is offline Novice
    Windows 10 Access 2007
    Join Date
    Oct 2017
    Posts
    9

    Help With A-Level ICT Coursework

    Need a value to be inputted into a table



    Video:
    https://www.youtube.com/watch?v=6SM3RLLV4VA
    Code:
    Private Sub Command46_Click()
    DoCmd.OpenTable "Payment", acViewNormal, acEdit
    DoCmd.GoToRecord , , acNewRec
    Payment_ID = Next_Payment_ID
    End Sub

    Other option
    : https://www.youtube.com/watch?v=UTB2eXkSurM
    Code which opens a form and presses a button.

    Thank for any help

  2. #2
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    We do not watch videos to answer questions. Tell us exactly what you are trying to achieve and where your problem lies.

  3. #3
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,951
    I usually can't even open youtube videos but I took a chance and was able to view the first one. The video is not a solution, it is presenting a question on non-functioning code. I think that person has built a form with query that joins two tables and is attempting to populate data into both instead of using a form/subform arrangement. Whatever, seems to be a really screwed up design.

    Can't set value directly into field of table like that.

    Suggest you NOT try to implement non-functioning design and code in the future.

    Not even going to give in to curiosity about the second video.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Help With A-Level ICT Coursework
    By Rgaming in forum Access
    Replies: 2
    Last Post: 10-09-2017, 10:37 AM
  2. re-order level
    By raffi in forum Queries
    Replies: 5
    Last Post: 01-08-2015, 02:48 PM
  3. Linking Tables at the Table Level Vs. the Query Level
    By Tammy in forum Database Design
    Replies: 3
    Last Post: 12-03-2014, 01:34 PM
  4. Bi-level grouping
    By workuser in forum Reports
    Replies: 2
    Last Post: 03-18-2013, 10:46 AM
  5. help with security level
    By nojtuag in forum Access
    Replies: 3
    Last Post: 10-19-2011, 01:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums