Search results

  1. V

    How do I position one image on top of another in HTML?

    I'm a beginner at rails programming, attempting to show many images on a page. Some images are to lay on top of others. To make it simple, say I want a blue square, with a red square in the upper right corner of the blue square (but not tight in the corner). I am trying to avoid compositing...
  2. V

    Linking Access FE to SQL Server BE hosted on different machine

    It looks like you need to grant the correct privileges to the user so that they can view the tables and data. You can use SQL commands or the GUI in your database management system to assign the correct privileges to the user.
  3. V

    SQL Server Express Size Limit

    you can create multiple databases within a single instance of SQL Server Express and each of those databases can be up to 10GB in size. This is according to Microsoft's documentation which states: "Each instance of SQL Server Express can contain up to 10 databases with a total combined size of...
  4. V

    SQL to find the year

    SELECT SUM(cost) as total_cost FROM your_table WHERE date LIKE '%2011%'
  5. V

    Suggestions Required to Develop HTML Projects

    There are a lot of different projects that you can create using HTML. Some examples -Creating a website for a business or organization -Designing a personal portfolio website -Building a custom blog -Creating an online store -Making a landing page for a product or service These are just a few...
  6. V

    Create a link table to a simple Google sheet

    Yes, it is possible to create a linked table in Microsoft Access that is connected to an online Google Sheet. However, you will need to have some knowledge of programming and database concepts in order to do so. Additionally, your IT team will need to provide you with the necessary information...
  7. V

    Hello

    Hello, I'm a new member of this forum. I am a coder I enjoy coding because it is a way for me to express my creativity and solve problems. I also enjoy the challenge of learning new programming languages and technologies. Looking forward.😊
Back
Top Bottom