Search results

  1. Beany

    VBS Script

    Hi All, i need a vbs script for copying a folder from a server drive to the local drive of clients/users PCs. We have a small network with 80 users, all on XP who require a folder of information. Can someone please help me thanks
  2. Beany

    PDA updating a database on a PC

    Hi All, can someone please post ME a link to a simple database that links my PDA to a PC over WIFI? I want to edit a database on a PC directly from my PDA! ALL HELP WILL BE APPRECIATED thanks
  3. Beany

    Sage

    I am creating a application vb.net and i want to pass/select information from this application into sage line50 v11. First of all i need to know what back end database that sage uses and is it possible for me to connect straight into the back end. I know that odbc allows me to read...
  4. Beany

    Query annoying me

    Hi, im using the following query: There seems to be a problem with this, i cant work it out?? Can someone please have a look for me? Many thanks
  5. Beany

    .NET Infragistics Product key

    Hey, ive downloaded Infragistics from Infragistics.com and it's asking for a product key. Can someone provide me this? or is there a way around this All help will be appreciated Thanks
  6. Beany

    Comboboxes Issues

    Hi, On my main form AssetMain, there are three comboboxes (selection shows info in a subform)..these combos are acting weird, can someone please have a look? i cannot work it out... :) If i use one of the comboboxes it works fine, but if i try another, it just gets confused!!?? Ive attached...
  7. Beany

    Adding data using 3 Unbound Textboxes

    Hi, I have 3 unbound textboxes (user,department,location).. i am using a button (AddUser) to insert info from these 3 textboxes into the Table User.. I am using the following code for the button: Private Sub AddUser_Click() Dim strSQL As String strSQL = "INSERT INTO User (User, Department...
  8. Beany

    Form Start Up

    Hi, Looking at my attached database, firstly when i load the form 'AssetMain' i would like the textbox Text20 to be empty until i select someone from the subform or from the comboboxes???? When this form is loaded textbox Text20 automatically has info in it.. Secondly, textbox Text18 should...
  9. Beany

    Comboboxes

    Hi, i have three comboboxes, if i select one the other two are disabled. I am using the code: combo2.enabled = False. The problem is then i cant select the other two comboboxes after this.. is there a way when the other two comboboxes are disabled, i can enable them if i put my cursor over...
  10. Beany

    Subform Fields

    Hi, Possibly a simple question.. I have a table called User with fields: User, Department and Location.. In a subform, i have the same three fields.. in the subform, i would like to select a user from the user field and it automatically populates the department and location fields (info from...
  11. Beany

    DCount function for a subform

    Hi, I cant seem to construct some code for my subform. I want to basically count how many records there are in a subform.... Can someone please help? thanks
  12. Beany

    Subform Filter

    Hi, Ive attached my database: I have a main form called 'AssetMain'... My table 'Asset' contains the important information... In AssetMain i have a combobox (user). My intention is to click on a username and filter the details from table 'Asset' to the subform in the form 'Form1'. Can...
  13. Beany

    VB.NET Books

    Hi people, Im learning VB.NET for the first time... I would like to purchase some VB.NET books from Amazon.... Can someone please recommend books that are simple and very beneficial?? thanks
  14. Beany

    A Simple Question

    Hi, its just a simple question......ive tried searching but i couldnt find the answer... whats the difference between Visual Basic and VB.NET? what can you do with them? advantages/disadvantages? im planning on learning VB.NET......it would be highly appreciated if someone could point out...
  15. Beany

    Asset Form

    Ive attached my form with this thread! im having the following problems or things i cant do: 1) Information in the Employees Form isnt showing in the table below! i dont know why? 2) I want a search technique (possibly a combobox list of the names) in the employees form so that i can type in...
  16. Beany

    EXAMPLES needed please

    Hi, i would like to have a combobox and below it a table. I select a name and it brings up details for it below! The details shown below must be editable!!! has anyone got an example (or something similiar) that i can look at please? thanks
  17. Beany

    Add form

    Hi, ive attached my database to this post..... on it i have form called newaddform which is connected to table tab_data.. Im having problems with this form............. so (please) can someone modify this form for me, so it will allow me to add stuff to the table tab_data.... i want the...
  18. Beany

    Product Information database

    Hi, Ok, im designing a new database, which is a product information database. Customers are given PC's, Mobiles and cameras, i want to use this database and keep track of these items..... I want to show the user name and all the details below his/her name in a table format......... so it...
  19. Beany

    Bound Form Problems

    Hi, i have attached an unbound form with this post...... i am having problems making it a bound form..... can any1 help??? In the form there is also a new address button...... which takes you to a new window.... this window will allow u to insert new address details and then allow it to be...
  20. Beany

    Avoid duplication in Combobox

    How do i avoid duplication in a combobox? what is the sql?
Top Bottom