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

    I am making a database for ICT however, I have a problem which is highlighted in the video below:


    The teacher doesn't know therefore I am hoping you experts can help me out.
    Please note all the data in the database is made up and not real.


    https://www.youtube.com/watch?v=_W1R53moZzk



    Any help will be much appreciated.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    There's no need to manually create IDs. Access does this using AUTONUM field. Users/programmer need do nothing.

    If you want to make your company internal ID, then you can do what the video asked, just by assigning the text box...
    txtID ="C" & txtBox323

    this would happen in the btnADD_CLICK() event

    Code:
    sub btnADD_CLICK() 
     DoCmd.GoToRecord , , acNewRec
     txtID ="C" &  txtBox323
    end sub

  3. #3
    Rgaming is offline Novice
    Windows 10 Access 2007
    Join Date
    Oct 2017
    Posts
    9
    Thank you very much

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

Similar Threads

  1. re-order level
    By raffi in forum Queries
    Replies: 5
    Last Post: 01-08-2015, 02:48 PM
  2. 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
  3. Access level?
    By lithium in forum Security
    Replies: 2
    Last Post: 11-02-2014, 03:35 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

Tags for this Thread

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