Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hnunez4399
  • Content: Threads
  • Order by date
  1. hnunez4399

    How to store value for Reports, Tables, forms

    Hello to all. I am new to VBA but hopefully someone could help me out. How can I store a value for example "LANE1" So that I can this value, on a field for a table, form, report rather than hardcoding it for each. This way, it would be easier to update it in 1 place, and all the objects...
  2. hnunez4399

    counter on form

    How can I add a counter on a form so as a new record is added, the display counter continues to updated?
  3. hnunez4399

    Field based on check box

    Good morning to all. How can I set up an input field on a form to default a number 1 but allow that qty to changed based on a check box with a different qty.... For example I can have 3 check boxes. qty 6 qty 12 qty 24 When the form opens the first record would default to 1. All records...
  4. hnunez4399

    Maximum records or table size allowed in access

    Is there a maximum number of records or size that is allowed for a table in access? Is there a point where it where no longer accept anymore records? Is there a way to see the current size of a specific table? Thanks in advanced.
  5. hnunez4399

    Stop Screen from flashing when running macros

    I have create a application that runs thru macros. I notice that when this happens the screen slickers off and on. How do I prevent that from happening? Thx,
  6. hnunez4399

    dIstinct count

    What would be the easist way to do the following.. I have two files being appeneded together with the fields below. Unique sku# Units file1identifier I want to get the count of unique skus for each file... Total units for each file and then a grand total of unique skus for both files and...
  7. hnunez4399

    Counter instead of autonumber field

    How can I create a query / or some type of counter that will populate a field based on its order imported. Essentially, it would be like an autonumber, but I want to be able to reset the number to 1 when needed, and within access I only know of doing this by compacting the database. Any help...
  8. hnunez4399

    Code to compact database and reset autonumber to 1

    Is there a line of code that can be ran thru a macro, to reset my autonumber field back to 1? I know I can compact the database using the menu options but I wanted to automate this to run after a specific macro so a user does not have to do this manually. Thanks in advanced.
  9. hnunez4399

    running total query

    I want to create a query that will have a running total based on another field that is already have a value. How or what would be the easiest way without using a report. Example Field 1 running total field 10% 10% 20% 30% 30%...
  10. hnunez4399

    running total in query

    How do I create a running total within in query
  11. hnunez4399

    updating field with same value

    I hope someone could help me. I have a talbe that i am importing from Excel. I want to updated a column with the total units for each record that is imported into access, with the same value. How or what would be the easist way to accomplish this? Example table sku# total Units Count of...
  12. hnunez4399

    help on subs forms

    How do I keep a subform sycronyed
  13. hnunez4399

    total in forms

    What would be the easist way to add a total field to a form that updates automatically as new enteries are made?
  14. hnunez4399

    form with updating totals

    What do I need to do in order to insert a field on a main form that would update a lets say sum total based on a field from the subform? Thanks Hector
  15. hnunez4399

    add new field to form

    Hello, If I need to add a new field to a table and the form is already build do I need to rebuild the form already in order to include this new field? If not waht do I need to do in order to get this to work. Thanks, Hector
  16. hnunez4399

    keep two forms in sync

    I have a question what do I need to do if I have a sub form I want to add to to a form that is already a subform in order to keep the records in sync. thanks, Hector
  17. hnunez4399

    RETRIEVING PORTION OF STRING

    Hello I have a query that runs and does some calculation. I do not want it round up. But at the same time I want to be able to take the whole number of that field from the decimal point. what would be the best way to do this. Thanks,
  18. hnunez4399

    BOOK TO LEARN TO CODE IN ACCESS

    Hello is there any book any recommends that I can buy to learn how to code in access? Thanks, Hector
  19. hnunez4399

    best way to insert new record

    What would be the best way in a form to have the form automatically go to nwe reocrd once data is entered. So if the field is 12 characters and you enter that is tabs right down to that field. This field is bases on a query running in the back round as a look up table. Thanks,
  20. hnunez4399

    form not updating

    Hello, I have a form that is based on a query. it is not giving enough time to look up the data when scanned in via scanner.

Part and Inventory Search

Back
Top