Search results

  1. S

    Need Help with VBA conditional formatting

    Thank you very much. I knew this forum is full of helpful knowledge people
  2. S

    Need Help with VBA conditional formatting

    Thanks. do you know how to point to only a range of cells to be changed and not all cells.
  3. S

    Need Help with VBA conditional formatting

    I am using Excel 2003. I can't seem to understand your code. I have attached a sample file of what i actually whant to do. Any Help Please.
  4. S

    Need Help with VBA conditional formatting

    I am trying to conditional format( Colours) a range of cells( C8: AG8) to colour of another cell ( AH1) based on value in the range = value of (AH1). Tried googling around and search the forum Can't seem to find something close. Need urgent help on these. Very new to this but required. Found...
  5. S

    Need a sample Continuos Form file

    thank you.
  6. S

    Need a sample Continuos Form file

    I am trying to create a form which is continuous form . Inside the continuous from is a button where on click open a from based on what the record is selected. I saw one example before but i can't seem to locate it. Any help with one sample file for me to learn from. Please.
  7. S

    Can Somebody Help me, What the syntax Error IS

    Removing the brackets helped. I thought i was just grouping them by putting the brackets
  8. S

    Can Somebody Help me, What the syntax Error IS

    I need Help please. I am trying to do a chooser form similiar to one user had posted. PICOffen- Text PICNos-Number ChapOff-Text I have input the following code in the queries but i get syntax error. The Whole line is as below. DCount("[PICOffen]","tblPICItems","[PICNos] = " &...
  9. S

    Setting 2 or more criteria for Openning a form

    Thankss alot. It worked. I think it is referencing to numbers and strings.
  10. S

    Setting 2 or more criteria for Openning a form

    it does not work. Same error. Type mismatch
  11. S

    Setting 2 or more criteria for Openning a form

    Any Help Please. I have a table with many fields of which Sno is a number name is string Sno is one and the name is many I have instances where the name can be same only the sno can be different. I have a form with list boxes 1st list box display- Sno user select from list and the...
  12. S

    Export Data into Word Template

    I have a Word Template which, the format i am unable to do in Access Report. As such I want to get the data i want from access and then open Word Template and input the data in the word template. Anyone can help me on how to go about doing this .
  13. S

    Can't Update records in form after input data in dialog form

    thanks man.. If you could help how to set the list box to point to the record i just enter in the dialog box or to the last record
  14. S

    Can't Update records in form after input data in dialog form

    I have this problem and not sure how to go around it. I have a main form to enter data. The user can click on a button to open up another form which open in dialog mode. This is what the problem is. AFter enter data in dialog form , i want the list box in main form to be updated but when i...
  15. S

    How to set refernce to a field inside a subform inserted in a tab

    I managed to solve it. Here's the link refernce. COuldn't locate in earlier search http://www.access-programmers.co.uk/forums/showthread.php?t=112197
  16. S

    How to set refernce to a field inside a subform inserted in a tab

    HI.. Hope theres help. I have looked through the referencing link but i can's seem to get it to work. I have two tabs and inside the tabs are subforms. i want to set focus or change value of a field when a button is clicked. i enter this code but i always get error Me!tab1...
  17. S

    Multiple Tab Buttons. Each Tab is for different Data entry

    Thanks alot. Managed to do it.
  18. S

    Multiple Tab Buttons. Each Tab is for different Data entry

    Hi.. I am a newbie here. I tried searching but can seem to locate any solutions. I am trying to do this not sure if possible I have three tables but not linked to each other Lets say A B C I want to create a form with multiple tabs representing data entry for the 3 tables seperately. \Tab...
Back
Top Bottom