Recent content by gunwax

  1. G

    Making specific fields in a current record copy themselves when making new record

    thanks Hey Lagbolt, Thanks for that bit of info. It really helped. (Saved me tons of time too)
  2. G

    Making specific fields in a current record copy themselves when making new record

    etc... I've played around with the sample code a bit more. It works for numerical entries. However, when I try to apply it to text I get something like "#Name?" in the field after I create a new record. I think I need to make the code automatically put quotes around the text input before it...
  3. G

    Making specific fields in a current record copy themselves when making new record

    added info i have found that this piece of code works well for numbers because it is drawing from the default value field, however, what would be the best way to auto copy text records, using the "*.Tag" option? Is there a better way?
  4. G

    Making specific fields in a current record copy themselves when making new record

    Thanks Thanks for the advice, I'll give that piece of code a try
  5. G

    Making specific fields in a current record copy themselves when making new record

    additional details in addition, i have not been inputting the test data directly into the table view. I created a form that has all of the fields for inputting data. This simply makes inputting a lot more visual and prettier rather than scrolling my window back and forth all of the time through...
  6. G

    Making specific fields in a current record copy themselves when making new record

    ;) Hey everybody, I am working on a database used in recording device characteristics/test information. The main table of information has dozens of columns for test/part detailed information. When inputing the data for each specific test, many of the info. details are repeated when testing say...
  7. G

    How do I make my field inputs stay when I make a new record??

    To whom it may concern: I have a form with multiple field inputs (about 50). Each time I go to create a new record, it makes all of them blank again. I know how to program one field to update at a time, but it won't update all fields. Does anyone know what to do to make multiple fields update...
  8. G

    Another wacky problem

    I was wondering if anyone knows how to make the fields not go back to blank when hitting the new record button at the bottom of the form. I want to change some data each time I add a new record, but not ALL data. I know how to make one field repeat each time, but, my cursor has to be on that...
  9. G

    standard deviations and averages of columns

    please help!!! - standard deviations and averages of columns I am wondering if there is a way to make a query count the number of rows displayed and then use that number for taking averages of values in a certain column. Also, I need to know how to make a column of values generate another...
  10. G

    Record updates from a form - help please

    If I want to enter a new record into a table from a form interface, are there any properties settings I can change/adjust to tell the form that when I go to input the next record to not clear the fields out, but to keep some or all of them the same as the previous record. Reentering every field...
  11. G

    Trouble with Filter By Form updating data

    thanks wayne, ill give it a shot
  12. G

    Trouble with Filter By Form updating data

    As of now, I have a database with about 10000 records and about 60 descriptor columns. All of the columns are used, but not every time for every record. Some are used on a few records, but still necessary. Anyway, I have created a form with access to about 30 fields. Then, I have been performing...
  13. G

    Need help using filter by form function to query data

    As of now, I have a database with about 10000 records and about 60 descriptor columns. All of the columns are used, but not every time for every record. Some are used on a few records, but still necessary. Anyway, I have created a form with access to about 30 fields. Then, I have been performing...
Back
Top Bottom