Recent content by sljensen

  1. S

    How do you fix the schema of a database?

    I have improved on a database I currently use for work, but I have run into problems now with the schema. When I would be designing a database I could not change or delete certain fields because of the relationships between two tables. I deleted these relationships but now my schema I feel is...
  2. S

    How can I sync data from two databases?

    The issue is that I have one database that is entended to be the master database but I also need to use it in the field but when I get it back I need to have the data I entered uploaded into the master database. Is there a program or something I can do that would be able to do this? We have...
  3. S

    How to keep a combo from changing the value of a field in a table.

    Thanks un binding the Combo Box Worked
  4. S

    How to keep a combo from changing the value of a field in a table.

    Im wanting to know how to stop a combo box from changing the value of the first record in the field every time I type in something different in the field. Or how do you get the value of the combo box to revert to nothing everytime you close the form instead of replacing the value of the first...
  5. S

    Can you build an if statement inside a query

    I am designing a query that takes a string and numeric field from two different tables then finds the difference between the two numeric fields. In the string fields I have the criteria which is the same for both tables. The problem I am having is when either the criteria is not met it crashes...
  6. S

    How do you sum an expression?

    I am trying to get a total difference after taking a difference between two fields. The expression have a specific syntax and after excuting i'd like to be able to sum the number I recieve in each record then get the total difference. Me Expression is: Expr1: IIf([Cleaned_Wt_grams]-[Grams...
  7. S

    Using a query to sum and subtract differences

    I want to design a query that will be use two different tables with the same criteria (the lot number) to filter for the corresponding weight. In one table this lot number is specific to only one record whereas in the other table there could be multiple records with the same lot number. Ill also...
  8. S

    Make a command button in a form run a query

    Thanks Isskint that should work but here is another problem. This query that I will be using will be querying from two different tables with the same criteria which is the lot number and the corresponding weight. In one table this lot number is specific to only one record whereas in the other...
  9. S

    How do you make a date last modified text box within a form?

    I'm trying to have a text box that will automatically fill in the date whenever the form is filled out or when a record is brought into the form to be updated. How do I do this? When a record is brought into the field it will need to be able to change the date already in the field to today's...
  10. S

    Make a command button in a form run a query

    Im trying to make a button that will take the record selected in a combo box and use that in a query as the criteria then run, and save that query then update it in the form then I would like to do some calculations based on the information sorted in the query. How do I go about doing this? Is...
  11. S

    Needing help with macro code.

    Thanks it worked like a charm!
  12. S

    Needing help with macro code.

    I am trying to get a form to open like the one in the Students Sample Database in the education folder under sample templates where it opens a form through an "open" feature on the datasheet. The way they have it here is based on the Autonumber ID but I want to get it to open based on a code...
  13. S

    Making a label based off data filtered in query

    I am trying to develop a way to print a label from data gathered through a query that will change/update each time the query criteria is changed. Any ideas?
  14. S

    Auto fill date/time

    Thanks All. I'll do some homework.
  15. S

    Auto fill date/time

    Spikepl, Can you expand on this: You can in the properties of the field in table design say Now(), so each new record is born with a time stamp. See how green I am? Thanks
Back
Top Bottom