Search results

  1. G

    Desperate for help

    Anyone manage to have a look at this for me Thanks so much for your help Greg
  2. G

    Desperate for help

    I have uploaded a database that I am working on it, and would appreciate it if someone could look at it and help me out, as I have gone through the forum trying to resolve my issue. There has been some topics on combo boxes and subforms and some of the posts only help me partly to my...
  3. G

    PopUp and Select Value from a form

    Hi All, I have a form that has a combo box and a subform. After a choose the value of the combo box I want to start adding values into the subform, and I want to be able to select the values that are to go into the subform fields. Now I am thinking of using a pop-up subform which shows the...
  4. G

    Subform

    Hi, I am having problems with a subform where in the last record of the subform it is representing the value of one of the previous record fields. However the table that is populating the subform only has one record (the first record being shown in the subform refer to attachment). What I want...
  5. G

    Preventing Duplicates

    Hi, I have a form and within that form there is two combo boxes and one text box. When one choses a value from one combo box, and then chooses a value for the other combo box and then enters the value into the textbox I don't want the user to be able to enter the same arrangement. That is I...
  6. G

    Some thoughts

    Your thoughts thanks Hi All, I am currently using some of the code from ghudson's browsing2.mdb for importing XLS files into a database that I making. After pressing the import button which triggers the importing of the file it imports the contents of the XLS into a table called import and...
  7. G

    Combo Box Update

    The form is bound to the destination table. Maybe it is me pressing the button to many times?
  8. G

    Browing2 Example

    Thank you so much for your help...it works Greg
  9. G

    Combo Box Update

    Hi All, I have a combo box on my form that is retrieving its list of values from a table. After I choose a value I want to write it to another table's field. I can get this to work where it is writing to the other table's field, but when I open the form to see the field of where the...
  10. G

    SubTotal Query

    Hi All, I have been searching through the forum to see how I can do a query that does subtotals, but to much to my avail there has been nothing that specifically answers my question. So here it is. If I have two tables say one called A and the other B. Now in A there are two fields that I want...
  11. G

    Browing2 Example

    Hi, I tried matching the columns of the table with the columns of the spreadsheet and I am still getting the error. I have uploaded the mdb up with a copy of the spreadsheet (i.e. zipped) that I would like to import. Also you can see how I have structured the tImport table to match the...
  12. G

    Browing2 Example

    I tried shortening the header fields and not having the header fields containing special characters or spaces, but still no luck.Where do you put the false headers option into...Can you give an example of the code. Also is there anything that I must do with the timport table, i.e change the...
  13. G

    Browing2 Example

    Hello, I was looking at the browsing2 example that ghudson developed and I would like to use it for my application. So for those who are familiar with it you maybe able to answer my question. When I tried to use the import function with a spreadsheet of a particular field format it came up with...
Back
Top Bottom