Search results

  1. darksniper

    make a report from data in the form.

    I have a from that loads student information, like name adress and other contact info. And then I have a subform of all of the cources that the student have taken and if the student has passed them or not. I would like to have a button, that on click event would load the information on the form...
  2. darksniper

    edit .mdb with microsoft visual studio?

    in vb I can do much more sophisticated operations than in access, it is just I wanted to see if I can extend my application devellopment in vb from access, mostly forms. But oh well, i guess I have to do everething in access.
  3. darksniper

    edit .mdb with microsoft visual studio?

    Is it possible, I have created an application in ms access 2k3 a while back, now I have to redu and implement more features, the thing is I pretty much forgot about ms access, and ms visial studio has more features.
  4. darksniper

    how do xml attributes appear in sql

    Sorry if this question is a little bit off topic. here is the xml file. <entry> <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/"> <div xmlns="http://www.w3.org/1999/xhtml"> <p><i>[Update: The Atom draft is finished.]</i></p> </div> </content>...
  5. darksniper

    Access to Vb.Net

    I have created an access application for student registration, fee paymnets dues and reminders. Access does not give me much flexibility, so I wanted to switch to vb.net 2005. I build form with frames, got all of that to work, except when I make a connection in visual studio 2005 to .mdb file...
  6. darksniper

    extracting data from a field in a table.

    works great, thx...
  7. darksniper

    extracting data from a field in a table.

    allthough the only thing I forgot to ask, where do I put the code?
  8. darksniper

    extracting data from a field in a table.

    thx, I'll try it out right away!
  9. darksniper

    extracting data from a field in a table.

    it is a text field. and the data in that field would be something like this: "John Wood" or "Arnold Terminator" as an example.
  10. darksniper

    extracting data from a field in a table.

    when I have created my table I have created a field called name that stored both last and first name. Right now I need to extract the the last name from the the field name and store it in another field "lastName". Any ways to do that?
  11. darksniper

    Help! need to make attendance form!

    first, you need to have a subform, so in other words, you have a table with classes, like English Id=1, French id=2, etc. and you attendance form, has a table that should have following fields-> attendanceID <<PK>> classID studentID etc.. so you when you make a subform you link the class id...
  12. darksniper

    active or inacative

    thx.I did it somewhat similar.
  13. darksniper

    how to show selective data on the report

    ok, thx, I did not thought about querieng it.
  14. darksniper

    how to show selective data on the report

    how do I show the data from a table that has the check box check on, on the report.????:confused:
  15. darksniper

    active or inacative

    I have a report that reads the due date from the form, then compares it with todays date, then converts it into number and displays the list of students and the ammount of days they have left from -n... to +n..., the only problem Is that some student go away and come back in one or two month and...
  16. darksniper

    tab control and subforms

    the view scrolls down to the begining of subform.
  17. darksniper

    tab control and subforms

    I had 2 forms before, so I decided to make it easier and joined them together using tabbs, first tab is student info, the second is student cources. Since student cources relate to student info I have made it as a subform of student info. But the problem is that when I click on student info tab...
  18. darksniper

    merging 2 forms into one

    k, ill try that.
  19. darksniper

    merging 2 forms into one

    I have 2 form, I want to merge them into one. they do different things but they interconnect with each other in one field. for example one form has customers, the other form is sales. I want to merge them so I could see what the customer has bought over time. any suggestions, it is just I...
  20. darksniper

    student registration and student cources

    I have designed a form where you enter all of the student data, and I have designed another form in which you select student name the cources they are taking and all of the information related to the cource. my problem starts here, for example I had student A take english cource this summer...
Back
Top Bottom