Search results

  1. D

    Multiple radio buttons in a row

    One more question on top of this. I would like to save the value of what was being selected for example if Quality High was selected then I have relevant field in the table where I would like to store the value, How do i achieve this. Indeed, that needs to be stored as 1 in respective field...
  2. D

    Multiple radio buttons in a row

    This was indeed what I was looking for thanks a ton.
  3. D

    Multiple radio buttons in a row

    Hello I would like to have radio buttons as been attached in the picture. I on click of the radio button in row I would like to have mathematical calculation needs to be done. In one row only one radio button needs to be selected , Please help me how this thing can be achieved. Thanks MAM
  4. D

    Save and form binding to a table or query

    Hello I have form bound to query and so whenever there is a new record being created using form, and if I change the value of any of the field or I try to enter teh value into the field it automatically saves the record. What I want is until and unless if records is not being saved using save...
  5. D

    Radio button and options value from table or query

    I want radio box value to be populated from table. Like Radio buttons for each below value. Open Closed In Progress Tomorrow if I changed this values in the table, it should automatically change the options of radio button as well. Thanks MAN
  6. D

    one to many relationship

    I have form with subform with table attached to form and subform respectively Attached is the screenshot for the same for the relationship. Now for given product I would like to add n number of wholesalers. My concern is that How I can enter the data in the subform which will take ProductID...
  7. D

    Radio button and options value from table or query

    thanks but I need to have option value of radio button filled dynamically, I think provided the code for the changing value of the other field based on radio button option selection
  8. D

    Radio button and options value from table or query

    Hello there I am creating ms access 2016 desktop application, in that i would like to add radio button which needs to have value from table, I know about option group but it asks for hard coding the value in the wizard which i don't want. I would to have radio button option dynamically from...
  9. D

    Two Dimensional array and subscription out of range error

    I am not sure if this [collection] would help me to achieve what I want or not
  10. D

    Two Dimensional array and subscription out of range error

    Thanks but is it not possible to have two dimension array having used redim preserve someway
  11. D

    Two Dimensional array and subscription out of range error

    Thanks but it is not fixed size array, it is dynamic array Counter would go upto any value.
  12. D

    Two Dimensional array and subscription out of range error

    Hello I would like to store the values in two dimensional array as below; Arr(0,0)="test1", Arr(0,1)="test2", Arr(0,2)="test3".... Arr (1,0)="test1". Arr(1,1)="va1", Arr(1,2)="test3"... ......... so I written code as below Dim Arr() as Variant Dim Counter as Long Counter =0 Do while (some...
  13. D

    Cloud platform

    Hello there Of late, I have been thinking of learning some cloud platform like Azure, and AWS. Can you please help me with latest cloud platforms which i should explore more to dive in and also which has market values in terms of Job growth and very minimal competitions. Thanks
  14. D

    MS Access and online

    Guys anyone can please help me on this ?
  15. D

    MS Access and online

    Hello there I have been asked by one of customer to make the access database online or probably putting it on cloud. As far as i know we can access MS access database online through Sharepoint site and we can put ms azure for cloud. Could anybody here provide more insight on this on what...
  16. D

    VLC audio and video file & crashes

    Off the topic, and related to my first post, I want to make sure that when I select ID from main form first video URL should be align to VLC and same for Audio, but if I dont call after update function from my main form combobox it does not work. If i dont put after update event of my main form...
  17. D

    VLC audio and video file & crashes

    Considering a scenario where in there are 20 users using this database? do we have to install VLC for each user individually ? any alternative to VLC which can play any file ? and that too without installing it on each machine ?
  18. D

    VLC audio and video file & crashes

    Hello I have form and couple of subform for playing audio and video file respectively on form I selected existing data which also has respective audio and video url file, but when I select main Id from subform and if I enabled video code the access crashes. Below is the code for audio and...
  19. D

    Form's subform and VLC media player

    Hello I have embedded VLC media player into the subform which is again subform is embedded into my Form. Subform's query is based on Form's ID selection to that works fine On subform I have VLC media player and I would like to assign URL to VLC as soon as user selects ID from the main form...
  20. D

    Paragraph formating with word table

    Hello I would like to have Paragraph(s) in the word table cell formatted as below: In table I would have below text Experience : --> this has to be bold 1> Experience comprises of company name, position hold, start and end date --> one string which would cover this -->this should be...
Back
Top Bottom