Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. freespiritcherishes

    2 forms, same field in each, different value returned when dbl clicked

    Hi, not sure how hard this is to do. Scenari Form A and Form B both with same field CDID If i dbl click FormA CDID i get msgbox "Hello" If I dbl click FormB CDID i get msgbox "Hello" what code would i need in order to get FormA dble click CDID to get msgbox "Hello" but on FormB dble click...
  2. freespiritcherishes

    Refresh form data from button on Subform 1 for Subform 2 and 3

    Hi all I have a main form with 3 subforms. Subform 1 being the biggest form. I have a button on it that refreshes the form data of Subform one, but how do i get it to refresh the form data of subforms 2 & 3. I used the Docmd.repaintobject cmd referring to the forms but i just keep getting an...
  3. freespiritcherishes

    button to open up MS Fax & inserts contacts fax number from form

    Hi anyone and everyone.. I have a simple contacts form, Name, address, telephone no and fax number. I want to click a button that activates XP's built in fax program and for it to automatically include my contacts fax number from my form. Is this possible? At the moment, I successfully send...
  4. freespiritcherishes

    Create a button that opens the browse folder dialogue

    Hi all, Desperate times... ive search the other threads and came up with one solution that offered alternative button to open link... but how do i create a button that opens the Folders window dialogue to enable me to select a file then store the path in my field that I can just click and my...
  5. freespiritcherishes

    Combos, 6 of them. Loop Perhaps? Help!

    Hi everyone... In a table i have 6 hyperlink fields ItemLinks 1 to 6. On a form I created 6 combos. One for each ItemLink field. Eg. CDItemLink1 has a hyperlink to a document on my hardisk. CDItemLink1Cbo looks up all the records where a user has entered a hyperlink in this field...
  6. freespiritcherishes

    Help!! How do i update field with value i select from Combo Box

    Hi Everyone.. or anyone! I have a date field called 'CDDueDate' on a form called Diary, based on a Diary Query, based on the Diary Table. I have a combo box that lists dates generated by SQL to select from. It has no control source, i can see dates from today till the end of 2005 in the Row...
  7. freespiritcherishes

    VB or SQL for incrementing dates by wks and turn of yes/no...

    I have a query with DateAdd("d",7,#07/11/04#) under Due Date in a query. I want to add 7 days from this date so that if i look at my query in datasheet view I can see all the Sundays from today till the end of time. I don't want to use DateAdd("d",7,Date()) as the date changes to the current...
  8. freespiritcherishes

    Open Report from a form that has several filter buttons

    Open Report from a form that has several filter buttons to reflect filtered records of chosen filter. This is a hard one, so if anyone can help with the code maybe my head would stop thumping. I have a main Form called Diary. In it a Subform called MiniList. On the Main form I have 4 combo...
  9. freespiritcherishes

    Open Report from a form that has several filter buttons

    to reflect filtered records of chosen filter. This is a hard one, so if anyone can help with the code maybe my head would stop thumping. I have a main Form called Diary. In it a Subform called MiniList. On the Main form I have 4 combo filters and 4 buttons that activate param queries. It...
  10. freespiritcherishes

    Several Forms with same button with same code opening same form

    Hi everyone and anyone! I have a several forms each with a button called 'more' that opens the same form called 'moredetails'. My various forms are called: TodayView Future DiaryList FUBIFF These forms reside on a Tab Form called Diary. As I said before, each form has a button called...
  11. freespiritcherishes

    Filtered Subform not showing in report

    I have a Tab Form called Diary with a Subform called Mini List. On the main form, I have a button that applies a parameter query filter to the subform. When clicked it prompts me for a string which I enter data and the subform displays the records. Great! But... How do I attach a button on...

Part and Inventory Search

Back
Top