Search results

  1. C

    Adding input from form to display in report?

    Definitely no blame here XD this is v 1.0 of the system for now, future functionality will come later :3 and all your help has been amazing :3
  2. C

    Adding input from form to display in report?

    The thing I am creating is basically a one off request based off an existing inventory that is hired. I am currently trying to get basic functionality down at the moment (and keep it as similar to the old system as possible so other people who are used to the old one don't end up not using the...
  3. C

    Adding input from form to display in report?

    Brilliant, I think my syntax was out, its worked properly now! Thank you so so much!
  4. C

    Adding input from form to display in report?

    For some reason entering that into the control source is just kicking me up an error, it only wants to let me select from table fields and not the textbox I am referring to. The text boxes I am trying to reference are called Gig_details_loc and Gig_details_date and the form name is...
  5. C

    Adding input from form to display in report?

    So context: I am currently building a form to allow people to input requests for items for a specific date and location, the form then puts those requests into a table and then a button on the form prints and saves a version of the report with the table results. I don't want the date and...
  6. C

    Remove record via selection from list box and button

    Thank you! Works perfectly! Thank you so much for all your help! :D
  7. C

    Remove record via selection from list box and button

    Row source: SELECT [Prep_List_Maker_Tbl].Costume FROM Prep_List_Maker_Tbl ORDER BY [Costume]; Bound column: 1
  8. C

    Remove record via selection from list box and button

    The Prep_List_Maker_tbl has 5 fields sorry, the list box is only displaying the costume field on the form
  9. C

    Remove record via selection from list box and button

    The row source is the field named Costume
  10. C

    Remove record via selection from list box and button

    I don't have a primary key as I need to allow duplicates in the input fields and any attempt to create a primary key removed the ability to allow duplicate entries. the list is displaying the field name Costume if that alters it whatsoever
  11. C

    Remove record via selection from list box and button

    Hi there, I have a form adding records to a table at the press of a button, and generating a preview of the records on a list box. My question is, is it possible to click on one of the records previewed in the list box and create a command button to remove the record selected on the list. I...
  12. C

    *waves* Hi!

    Hi there! My name is Alixx, I am 23 and from the UK :D I am middleground-ish when it comes to access knowledge. I have done a lot of database work in terms of data entry and cleaning with my school work and degree however now I am looking for ways to make new exciting things. I am not a...
Back
Top Bottom