Search results

  1. M

    SQL Syntax or Logic error?

    There are three columns (col_1, col_2, col_3) in one table that I would like to combine and remove duplicates. I am not getting the results I should be. My question is how would you do it? Do you see any errors? Here is what I've done (be warned, it's pretty ugly): SELECT [table].[col_1] FROM...
  2. M

    Which is better for multi-users: Splitting Database OR Link to Data Source?

    Hello, This is my first post here so apologies if I violate any norms... My question: Which is better for multi-users: Splitting Database OR Linking to Data Source? I understand splitting the database into front-end and back-end could be the best way to allow multiple users to interact with...
Back
Top Bottom