Search results

  1. A

    Dublicated records

    Hi everyone Actually I had posted a thread about this issue but I could not get any answer. Then, I tried to do something to solve the problem In my database, I am assigning frequencies (TEMASFRE), to the radionets at their locations (VERYERID). I want to assign any frequency to a...
  2. A

    repeated records

    Hi everyone I have two forms, Frm_ FREQUENCY_LIST (it’s table is FREQUENCY_LIST) and Frm_FREQUENCY_PRO (it’s table is FREQUENCY_PRO.) Frm_FREQUENCY_LIST is for listing all frequencies in a band. Frm_FREQUENCY_PRO is to assing frequency for a radionet from FREQUENCY_LIST table. Key...
  3. A

    Changing the source of Combobox

    Hello lagbolt, First of all, Thanks for your quick reply. I tried your codes. But unfortunately codes didnt worked. After witting codes; when I clicked Tables or Query, it showed both tables and queries. I used the first part of codes for afterupdate property of KynkSec, But I could not...
  4. A

    Changing the source of Combobox

    Hello, I have a form (named Example) to create reports by selecting fields from tables or querries On this form, there is a option box (name is KynkSec) with two options (Table, Query) and a combobox named as KynkTurSec. I want to change the data source of combobox either table or query...
  5. A

    three loops for frequency asignment

    Hello everybody, I am trying to build a database to assign specific frequencies to radionets. And I am able to assing one frequency to one radionet by clicking a button each time. I have solved this problem. But the second step for me is; assinging frequencies to all radionets at once...
  6. A

    Using a criteria to compare to the previous record

    Hello, I have three tables named as; Tbl_Shopowners, Tbl_Shops and Tbl_City Main table is Shopowners, the second shops and the last one is city. Tbl_Shopowners has fields as; OwnerID, OwnerName and a checkbox. Tbl_Shop has fields as; ShopID and ShopName Tbl_City has fields as; CityID...
  7. A

    Producing Serial Numbers

    Hi highandwild, Thanks for quick reply. As I told to CJ London; the serial numbers dont have any specific meaning and increment. Both will be random and I will check if ny onf them has already been used by a checkbox.
  8. A

    Producing Serial Numbers

    Hi everone, I would like to produce a serial which will have 4 members. The first, the second and the fourth members will be always CAPITAL Letters and the thirth one is always NUMBER. Here is an example for the format: AC3H Each member will change in any line and never match... I would...
  9. A

    for..next

    Hi, thanks for your advise. I know that. Somebody can make mistake. The attachment is not my original Db. Ofcourse I will limit the lowest and highest frequencies. 88 and 108 were just examples for here. Thanks...
  10. A

    for..next

    Hi pbaldy yes I have tried it. Not only your method but also I got sodbme other methods, but unfortunately I could not do it. I tried 4 different method. unfortunately I couldnot. Actually sevral years ago I had a similar Db and I had done at that time. In the beginning I used my own code. It...
  11. A

    for..next

    Hi again me and the same problem "for..next loop" After my first thread, I got some help but unfortunately I couldnot solve my problem. So I decided to add Db here. If anyone opens my database; there is a table "frequencylist" and a form of this table with fields; firstfrequency, lastfrequency...
  12. A

    Open and close form

    Hi Emir, In easy way; for the button for entry, you can write; DoCmd.OpenForm "Entry_Form" DoCmd.Close acForm, "Main_Menu", acSavePrompt Then try it for the other forms and reports. After clicking Close buttons on each form you turn back Main Menu. For reports you can write it under...
  13. A

    Need help for "For next"

    :confused:hello, I need help to run "For..next loop" I have a table named as FrequencyList (fields are; FreID, Frequency) I want to create a frequency list between "firstfrequency" and "lastfrequency" by a form I made a For..Next loop and put a msgbox at the end of the loop. When I...
  14. A

    Attachment for my last question

    Hi Simon, First of all, Sorry replyins so late. But I was busy so that I haven't joined the forum. Your Attemps are really good to translate Turkish words. No problem with them. Actually I am sure that you get problem with my English. I solved my problem. I am still working on my database...
  15. A

    Converting UCase to LCase by clicking a button

    Hello, I have a function for a keyboard. But only as UCase. I want to use that keyboard as LCase too. So I put a button to change it to LCase. Unfortunately I couldn't do it. Here is my function for UCase. How can I change my keyboard to LCase by clicking a Button then to UCase by clicking...
  16. A

    Tab & shift buttons

    Hi, I am trying to make a keyboard. I need help codes for TAB and SHIFT buttons. (SHIFT is more important for me) Thanks a lot.
  17. A

    Attachment for my last question

    Hi again, As I see, a lot of members opened my question, but no answer:(, so I decided to add a mdb file to make easier the question. In this database I have forms "Aday_List", "Onaylananlar" and "Meslekler", with 2 subforms, named as "Basvuru alt formu" and "Bolum alt formu" on it. While...
  18. A

    selecting a value for a form from the other form

    Hi I have a form (formA) with a sub form (SubformB) in it. In this subform there is a field (Candidates) in which I want to write a value by using another form (FormC). Sub form and the other form have different source tables (TableB & TableC). What I want to do is; While FormA is open...
  19. A

    Query with subform

    Hi, I am trying to built a database but I have a problem in making query with subform. I have 2 tables and 4 forms Forms are ChzList, ChzList_Altform, ChzSnf and ChzSnf_Altform, ChzSnf is the main form and others are subforms on it. I can query Form ChzSnf by Form ChzSnf_Altform using...
  20. A

    Query Subform with Option Group in

    Hi Everyone, this is the first question that I have been asking here. I have a main form named as FOTOFILM and a child form named as FOTOFILM_Subform ( Datasheet view, and datasource is a query builted on FotoFilm_table). they don't have relationship but the datasource for both is the same...
Back
Top Bottom