Recent content by database

  1. D

    How to Delete a record?

    You are right...But why doesnt it work always? Does that happen to you too?? Thanks for your reply dB
  2. D

    How to Delete a record?

    Hi everyone, I need to delete a record by the command button. I used the wizrd to make the command button, but it deletes the record sometimes and sometimes it doesnt. Can anyone tell me what do i do to delete a record? here is the code prosuced byt the wizrd: Private Sub cmdDelete_Click() On...
  3. D

    filter combobox

    hi everyone... I have a simple problem...but i am not able to solve it... I have two comboboxes and i want to filter the second combobox based on the selection in the first combobox. its like this: 1st combo: cboGroup 2nd combo : cboSubGroup I have written the code like this Private Sub...
  4. D

    Labels

    Hi everyone, I am trying to print labels based on the selection from a listbox in a form. It works great just that the labels are not aligned properly. They get aligned anyhow on the page. Can anyone tell me how to align the labels next to one another? Thanks for ur help ! dB
  5. D

    opening a form

    The page is not opening for me ! can you send the link again ! thanks dB
  6. D

    opening a form

    hey thanks for ur help... can you explain me in more detail...im new at this !:( thanks a lot dB
  7. D

    opening a form

    Hi everyone, I have a form where i select some items on the first form and depending on the items, i want to open another form, where i get to choose the fields to be seen on the labels...then when i click on preview on the 2nd form,i will get to see the chosen fields for the chosen...
  8. D

    View record related to a particular name

    Hi everyone, I am having trouble with some coding since a long time. I have 2 listbxes and i select a place name from one list bx and transfer it to another listbox. The i click a cd button to open a report. I want to view only the records for those names which are present in the 2nd...
  9. D

    One Label per record

    Yes it does now !!!!1....thanks for your help !!!!!... that worked great !... I just grouped it with first name and i got the way i wanted the report ! thanks a lot! dB
  10. D

    One Label per record

    Thanks for your help.. ..but by what should I group by?...the group_name doesnt work and the name_id also doesnt work...can u help me here?
  11. D

    One Label per record

    Okie ! Do you know why I am not able to see all the fields for grouping? I need to group by Place but I can only choose from Zip, FAx and Dept_zip Why is that so? thanks dB
  12. D

    One Label per record

    Hi thanks for your reply... I am not able to view all the feilds when i try to group it. Did you look at my report? It shows only the Zip code fields! how do I group it then? Thanks dB
  13. D

    One Label per record

    HI everyone, I have a database in which i have one person and each person can belong to more than one place. Now i have a form on which i select the places and then run a report based on the chosen places. Since i have one person and multiple places, i am getting multiple labels for one...
  14. D

    Listbox

    Heres the dB...
  15. D

    ListBox Query

    Hey RichO... Thanks for the reply... It still doesnt work,... can you tell me where i am exactly going wrong? I have attached a sample DB Thanks for your help ! dB
Back
Top Bottom