Search results

  1. A

    how to make new changes to a file

    i am not sure that i know what the word "split" means here. well, i have made new forms and queries in the copy file. the i put some data to run tests and make sure they are working. as a result the data in the copy file is not the same as original one.
  2. A

    how to make new changes to a file

    I have created a copy of an access file to make some changes to tables, forms and etc. Some of them are deleted, new ones created or the codes are changed. Is there a way that I can apply all the changes to the original file? Thank you
  3. A

    a combination query

    thank you, and would that also add the query1 data? plus, how can i make a dlookup? i am not good at writing such things. thank you
  4. A

    a combination query

    Query1 has one result like the following ID studentname lectureplace lecturesubject 23 jack A Geography Query2 has results like the fowloing: ID studentname lectureplace lecturesubject 12 jack A Biology 18...
  5. A

    a query with a combination criteria

    We have the following table. ID studentname lectureplace lecturesubject 1 jack A Biology 2 steve A politics 3 jack B math 4 steve A math 5...
  6. A

    password protected form

    thank you, that was great :)
  7. A

    password protected form

    can we make a form to prompt for a password before opening so that only those who know the password can open and use that form? thank you
  8. A

    Can this button be made in a form?

    thank you :)
  9. A

    Can this button be made in a form?

    How can we design a button in a form, so that when it is pressed once, it will be inactivated until the form is open again? Or the button is inactivated for a certain time for example 10 seconds?
  10. A

    can this be done by a query or?

    those IDs (155 - 187) have not yet been created yet. they are supposed to be created automatically when the query puts the data in. will this "update query" do that? how can i make an "update query" then?
  11. A

    can this be done by a query or?

    Student lectures, subjects and locations are stored in a table like this and now we are in record ID number 154. ID studentname lectureplace lecturesubject 1 jack A politics 2 steve A politics 3 jack...
  12. A

    how to compile this table?

    Table ‘studentlectures’ is comprised: ID studentname lectureplace lecturesubject 1 jack A politics 2 steve A politics 3 jack B math 4 steve A politics...
  13. A

    can we make this smart query?

    Dear plog, Your answer to the main/first question was the best and helped me a lot so far. Thank you. You created a query named MonthlyLectures_sub to put records in the correct order to be used by VBA. Now i need to limit this query to a student name. I directly put the student name in the...
  14. A

    can we make this smart query?

    Dear plog,Thanks a lot, for your very constructive adviceWell, now I am facing a new problem,I want to narrow the result of the created table only to lectures presented by a specific student, for example "jack". So I made a Form named studentselect where I can select a student name from a drop...
  15. A

    how to get this result?

    Table1 Product quanity A 50 B 22 D 11 C 31 B 43 D 8 C 13 A 43 1- How can we get the following table/query from the about table. As you see the sum of each item is shown. Query1 Product...
  16. A

    a strange query

    I suppose this is a hard question and I hope you could help to find a solution, In a flower store there are two tables. Table1, goods properties and table2 showing the number of goods /products bought and sold in/out of the store. The store sells flowers in baskets, so the baskets are considered...
  17. A

    Number limiting query

    thank you, but i was am so naive.. can you let me know about the sql to run this query? tnx
  18. A

    Number limiting query

    In table1 students lectures data are stored as: ID studentname lecturesubject lecturedate 1 steve politics 3/2/2013 2 jack politics 3/2/2013 3 steve math 5/2/2013 4 steve...
  19. A

    how to run a module?

    and, one more question, now, when i push a button, a module is run that puts data into a table ( table1) i also want to make a query to be created on table1. can i also add a code to the same button to make both functions? i mean put the data into the table1 firstly and then run the query.
  20. A

    how to run a module?

    thank you all guys for your time, it is now working :)
Back
Top Bottom