Search results

  1. Aeristan

    AccessMUD developer's log

    ...yes. My character sheet. :cool:
  2. Aeristan

    AccessMUD developer's log

    OK. I can do that. How do I embed an image directly into the post? Does it have to be http instead of https?
  3. Aeristan

    AccessMUD developer's log

    Character CHARACTERID, ' AutoNumber Primary Key ObjType, ' "C" for Character Name, PC, ' true if this is a Player Character Gender, ' foreign key to GENDER table Race, ' foreign key to RACE table Size, ' foreign key to SIZE table Alignment, ' foreign key to ALIGNMENT table Deity...
  4. Aeristan

    AccessMUD developer's log

    Good evening! My name is Sarjenka and I am a Storyteller, Game Master, and independent designer from Berea, Ohio. I was introduced to Microsoft Access in the Fall term of 2018. I enrolled in a Database Implementation and Design course, hoping to get ideas on making a database for my Game. By...
  5. Aeristan

    Recordset2 user-defined type errors

    ...decompile? Well look at that. I did exactly this and the inexplicable error went away. THANK YOU! I have never heard of anything like this before and I certainly would not have found out about it, if you hadn't shown this to me. So I guess this Problem is officially resolved! But I do have...
  6. Aeristan

    Recordset2 user-defined type errors

    I have found that, when the Recordset.FindFirst method is used in the Form_Load event, the Form_Current event fires twice. When used in Form_Open, it fires only once. And also I want to know why it is that you would recommend that.
  7. Aeristan

    Recordset2 user-defined type errors

    Right, I understand that much so far, but... What is the default Recordset type created by Access when a Recordset is opened through a bound Form? What exactly is the difference between DAO and ADO anyways? It kinda seems like the Microsoft Office 16.0 Access database engine Object Library...
  8. Aeristan

    Recordset2 user-defined type errors

    Access will accept either syntax and the error occurs either way. That is the result that I get as well. Maybe this will shed more light. Each one of my event handlers contains a Debug.Print statement, to help me manage the flow of the code. Here is what I see in my Immediate window when I...
  9. Aeristan

    Recordset2 user-defined type errors

    Good evening! I have been working on my Recordset2 problem this evening, and I have implemented most of the advice I have received. Unfortunately, I am still experiencing the error intermittently. I can't recognize any pattern as to which records it fails on, because all of the Recordsets are...
  10. Aeristan

    Recordset2 user-defined type errors

    I'm sorry I haven't gotten back to you yet. I haven't ignored your advice, I simply haven't had time to code in the last few days. This is where I will pick up when I get back to it. Thank you in advance.
  11. Aeristan

    Recordset2 user-defined type errors

    ACE? I don't see any library in the list with those letters in the name. Will you tell me the exact name of it please? You're right and that does make sense. The error is still occurring. I... apologize again but I just don't see that object listed in the "language reference" section at the...
  12. Aeristan

    Recordset2 user-defined type errors

    Good morning. I'm new to the forums, and I'd be so grateful if I could get some help. I do my best to research all the questions already answered, but this one has me baffled. (I am using Microsoft Office 365 ProPlus, so, I think it's Access 2016.) I am working with a Form, form_CHARACTER...
  13. Aeristan

    To the Prettiest One

    I ready an action to use my scroll of comprehend languages as soon as I discover any masterwork code segments. Then I search the area. <smile> That is not my birth name. "Sarjenka" has been my "character name" since we saw it on Star Trek TNG. It became my legal first name since 2013...
  14. Aeristan

    To the Prettiest One

    Blessed Be! My name is Sarjenka and I am a Storyteller, Game Master, and independent designer from Berea, Ohio. I was introduced to Microsoft Access in the Fall term of 2018. We have free Microsoft Office through our college. I enrolled in a Database Implementation and Design course, in the...
  15. Aeristan

    Creating a Drop-Down List Box

    [ fasts forward 7 years ] I stumbled upon this thread looking into this very thing. A "drop-down ListBox" was a control available in Visual Studio / Visual C#. They are just as ramhanuman describes: looking and behaving just like a ComboBox, with an arrow on the side that drops the list down...
Back
Top Bottom