Search results

  1. K

    Tab control view problemo

    Please does someone know of a solution?
  2. K

    Tab control view problemo

    Shane, The control on the top of the form has the focus. The form doesn't scroll that far down, only enough not to see the tabs. Thanks anyways.
  3. K

    Tab control view problemo

    Hi guys, I know this has been discussed before, but I cannot seem to find any threads regarding this issue. So, I'm using the tab control on my form, but every time I open my form the view scrolls down and I cannot see the actual tabs. Is there any way to correct this? Thanks kruger101
  4. K

    making the command button visible sometimes

    Sie Try doing this with a macro. Even though I'm a newb I did something like this a while back. Create a new macro ie. Washed_macro: Condition: [status]="Washed" Action: SetValue SetValue = [searchali].[Visible] Expression = Yes Before this set the control...
  5. K

    Database Design

    Hi all I've created a database from scratch. No data attached anywhere yet - I'm planning to input the data manually through my Form. Well I have about 15 tables - CustomerInfo_tbl is the main table with the field RefNumber my primary key (it's an Autonumber which is sequentual). The rest of...
  6. K

    Language Problem

    Doh! Sorry for pasting the same thing 3 times. Don't know what happened...
  7. K

    Language Problem

    Doh! Sorry for pasting the same thing 3 times. Don't know what happened...
  8. K

    Language Problem

    Hi all, I have searched this forum but it's almost impossible to get what I am looking for... I've designed a database that gets modified and upgraded daily. The problem I have is that the Form I use to enter data should be available in 3 languages. All I want to know is: Is there some or...
  9. K

    Language Problem

    Hi all, I have searched this forum but it's almost impossible to get what I am looking for... I've designed a database that gets modified and upgraded daily. The problem I have is that the Form I use to enter data should be available in 3 languages. All I want to know is: Is there some or...
  10. K

    Language Problem

    Hi all, I have searched this forum but it's almost impossible to get what I am looking for... I've designed a database that gets modified and upgraded daily. The problem I have is that the Form I use to enter data should be available in 3 languages. All I want to know is: Is there some or...
  11. K

    Calculations in VB

    Hi there. This might sound stupid but I want to do quite advanced calculations (trigonometry) in VB. Is there someway I can do this? Thanks a lot for the help. I'm near to my deadline so I have to finish this quickly. I've searched this forum but haven't found any help. Regards kruger101
  12. K

    Displaying only 1 record

    thanks a lot
  13. K

    Displaying only 1 record

    Hi guys I have a problem. In form view, if you use the mouse wheel to scroll down, you switch to the next record. Is there a way I can disable this? Even if I switch the RecordSelectors and NavigationButtons properties in the Form Selector to "No", it still goes to the next record as soon as...
  14. K

    Updating Form entries to another Table

    OK maybe I was trying to give too much info... How can I use the "OutputTo" Macro-Action to only save 1 record? And in this record I want to also save some objects that has an "unbound" Control Source property? Any ideas? Thanks a lot guys. I'm pretty numbstruck by this one. If I'm too...
  15. K

    Updating Form entries to another Table

    Hi all I'd be very thankful if someone can please help me with this problem. I have 1 Table. This Table is imported and contains data from Excel. It also contains fields I added manually. There is about 20 imported fields (full of data) and about 100 manually added fields. Then I made a...
  16. K

    Problems with some Basic Code

    Hi I'm encountering some problems with some simple Code I've copied from someone, I'm just using my variables (field names) in stead of the author's. I'm really new to this too so please be patient. I welcome any responses. I'm trying to auto populate the form as soon as you select the first...
  17. K

    Problems with some Basic Code

    Hi I'm encountering some problems with some simple Code I've copied from someone, I'm just using my variables (field names) in stead of the author's. I'm really new to this too so please be patient. I welcome any responses. I'm trying to auto populate the form as soon as you select the first...
  18. K

    Autofill form

    Whoops sorry. Just seen the other thread that explained it. Please ignore this. Oh yeah and sorry for posting the same thread twice. Don't know how that happened.
  19. K

    Autofill form

    Hello I'm new to Access Programming and the whole Visual Basic bit and I have a project I need to finish. Well I created a Form and what I want to do is this: If I enter an ID number, I want the Form to populate the rest of the fields automatically (eg. phone number, address etc.). Can you...
  20. K

    Autofill form

    Hello I'm new to Access Programming and the whole Visual Basic bit and I have a project I need to finish. Well I created a Form and what I want to do is this: If I enter an ID number, I want the Form to populate the rest of the fields automatically (eg. phone number, address etc.). Can you...
Back
Top Bottom