Recent content by finneyz

  1. F

    Auto Populate field based on answer of another field - all in same table

    see this youtube http://www.youtube.com/watch?v=rSPS24EfijI
  2. F

    Web Database; Lookuptable.

    My query works great. Except for the fact I cannot use a lookup table for the datasheet view (form) sigh
  3. F

    Web Database; Lookuptable.

    Hello Again everyone I was wondering.. if it is possible. I know (its sad but its not at my request) to do a lookup table in a datasheet for a webdatabse, with a filter. Not at my choice, but tried to explain to them not to use a lookup table :confused::confused: You can see the attached...
  4. F

    Alternating Rows. Cutoff after the data ends.

    I have my web database as alternating rows. See img. Is there a specific command or possibly something I am missing in my datasheet that I can say hey, cut off at the end of the data or where the column ends. See the img below . Meaning that I dont want the rows extending past the table...
  5. F

    need some help here with using a form to lookup data

    for a web database this video is very helpful http://www.youtube.com/watch?v=3wdjYIby_b0&list=PL27E956A1537FE1C5&index=2&feature=plpp_video
  6. F

    Web Database DropDown Combo Box

    thanks again. I just dont understand why its so much harder for this crap than VB. its like walking on hot coals. with your hands!
  7. F

    Web Database DropDown Combo Box

    Beetle Again thank you. It worked great. One weird WEIRD thing I noticed is that the record selectors were turned off. I was unable to move to the next record. I created another form and put the same data in. Not sure what I may have skipped over in the property sheet. <sigh>I think I need a...
  8. F

    Web Database DropDown Combo Box

    my my how different it is than VB. just going over it right now. I was able to get a message box working. thats about how far I had gotten with this. Honestly there is not much out there for macro conversation. And with Comobox boxes and list boxes. A few here and there and from Albert and I...
  9. F

    Web Database DropDown Combo Box

    Beetle what a response, Thank you so much first of all. I saw this last night and wanted to get in touch with you. I read the other posts. in the other link. #7. You may or may not know this but setting up a citrix system if the user performs work on the DB, the shared db with multiple users...
  10. F

    Web Database DropDown Combo Box

    Thank you much for your response Beetle. I do wish it was an easy solution but currently it is not. We do need a web based database specifically written in access. That was the request. The main form must be able to be accessed with a web browser. So someone in England may be able to access the...
  11. F

    Web Database DropDown Combo Box

    Beetle I've written to you personally thank you.
  12. F

    Beetle Thank you again for your help in my macro issue/error. (struggling for 3 weeks on this...

    Beetle Thank you again for your help in my macro issue/error. (struggling for 3 weeks on this issue and now we've decided to go with a web database. ) I can follow vb pretty easily, and still a beginner coder. When it comes to the macros I am even more lost. I dont know if you can help me I...
  13. F

    Web Database DropDown Combo Box

    PS this was my original row source data from the client database SELECT [contract_qry].[CONTRACT_NO], [contract_qry].[HULL_NO], [contract_qry].[PROGRAM_MANAGERS], [contract_qry].[SET_QTY], [contract_qry].[DISTRIBUITION] FROM contract_qry ORDER BY [CONTRACT_NO];
  14. F

    Web Database DropDown Combo Box

    I've been using the subroutine for my database and now need to move it to a web database. I use the combo box for one selection, to fill in my other fields Ive been using the Me.TXTHULL_NO.Value = Me.CBO_CONT.Column(1) line to input for my other fields. How can I use something similar for a...
Top Bottom